From ea0c8221a06790753c91b6fc51510eaa071b7341 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 19 Nov 2013 16:52:03 +0100 Subject: [PATCH] s/is_sock/is_socket/ --- pep-0428.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0428.txt b/pep-0428.txt index f0a531e1f..ff7c2811b 100644 --- a/pep-0428.txt +++ b/pep-0428.txt @@ -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