Skip to content

Commit 0879741

Browse files
committed
Fix typo in documentation
1 parent f492f86 commit 0879741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Server example::
8080
loop.run_until_complete(init(loop))
8181
try:
8282
loop.run_forever()
83-
except KeyboardInterrrupt:
83+
except KeyboardInterrupt:
8484
pass
8585

8686

0 commit comments

Comments
 (0)