s/is_sock/is_socket/

This commit is contained in:
Antoine Pitrou 2013-11-19 16:52:03 +01:00
parent 01c58d9574
commit ea0c8221a0
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ Higher-level methods help examine the kind of the file::
False
>>> p.is_symlink()
False
>>> p.is_sock()
>>> p.is_socket()
False
>>> p.is_fifo()
False