Skip to content

Commit 376c580

Browse files
committed
docs: typo fix
1 parent 000782e commit 376c580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Many servers will start with a "clean slate", with no calendars - so to get anyt
6161
## ... from the client get the principal ...
6262
my_principal = client.get_principal()
6363
## ... from the principal we can create calendar ...
64-
my_new_calendar = my_principal.make_calendar(name="Teest calendar")
64+
my_new_calendar = my_principal.make_calendar(name="Test calendar")
6565
## Enable the debug breakpoint to investigate the calendar object
6666
#breakpoint()
6767
my_new_calendar.delete()

0 commit comments

Comments
 (0)