s/is_sock/is_socket/
This commit is contained in:
parent
01c58d9574
commit
ea0c8221a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue