[Python-checkins] peps: s/is_sock/is_socket/

antoine.pitrou python-checkins at python.org
Tue Nov 19 16:52:12 CET 2013


http://hg.python.org/peps/rev/7e2389da5ce2
changeset:   5291:7e2389da5ce2
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Nov 19 16:52:03 2013 +0100
summary:
  s/is_sock/is_socket/

files:
  pep-0428.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0428.txt b/pep-0428.txt
--- a/pep-0428.txt
+++ b/pep-0428.txt
@@ -584,7 +584,7 @@
     False
     >>> p.is_symlink()
     False
-    >>> p.is_sock()
+    >>> p.is_socket()
     False
     >>> p.is_fifo()
     False

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list