[Python-checkins] peps: Fix typo and add comma.

ezio.melotti python-checkins at python.org
Sun Oct 21 04:15:38 CEST 2012


http://hg.python.org/peps/rev/e56ad3d184cf
changeset:   4563:e56ad3d184cf
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Oct 21 05:15:31 2012 +0300
summary:
  Fix typo and add comma.

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


diff --git a/pep-0362.txt b/pep-0362.txt
--- a/pep-0362.txt
+++ b/pep-0362.txt
@@ -279,7 +279,7 @@
     - If it has a ``__wrapped__`` attribute, return
       ``signature(object.__wrapped__)``
 
-    - If the object is a an instance of ``FunctionType`` construct
+    - If the object is an instance of ``FunctionType``, construct
       and return a new ``Signature`` for it
 
     - If the object is a bound method, construct and return a new ``Signature``

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


More information about the Python-checkins mailing list