Skip to content

Commit c0d04d8

Browse files
committed
Merge pull request #252 from saghul/docs_typo
Fix typo in documentation
2 parents 5f5d953 + 0879741 commit c0d04d8

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)