Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit 3878fa8

Browse files
brabiegagvanrossum
authored andcommitted
Fixed typo in docstring (#474)
1 parent ab113e4 commit 3878fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def create_unix_server(self, protocol_factory, path, *,
356356
The return value is a Server object, which can be used to stop
357357
the service.
358358
359-
path is a str, representing a file systsem path to bind the
359+
path is a str, representing a file system path to bind the
360360
server socket to.
361361
362362
sock can optionally be specified in order to use a preexisting

0 commit comments

Comments
 (0)