Fix typo and add comma.

This commit is contained in:
Ezio Melotti 2012-10-21 05:15:31 +03:00
parent 5d5e04fe53
commit 1b8b8f7948
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ The function implements the following algorithm:
- 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``