If I want to write this :
>>> calendar = GoogleCalendar(user='blabla', password='blablabla')
>>> calendar.myFunction()
After a list, the >>> become a blockquote ...
Here is the list
calendar = GoogleCalendar(user='blabla', password='blablabla') calendar.myFunction()
Here is the bug ...