We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000782e commit 376c580Copy full SHA for 376c580
1 file changed
docs/source/tutorial.rst
@@ -61,7 +61,7 @@ Many servers will start with a "clean slate", with no calendars - so to get anyt
61
## ... from the client get the principal ...
62
my_principal = client.get_principal()
63
## ... from the principal we can create calendar ...
64
- my_new_calendar = my_principal.make_calendar(name="Teest calendar")
+ my_new_calendar = my_principal.make_calendar(name="Test calendar")
65
## Enable the debug breakpoint to investigate the calendar object
66
#breakpoint()
67
my_new_calendar.delete()
0 commit comments