Fix typo and add comma.
This commit is contained in:
parent
5d5e04fe53
commit
1b8b8f7948
|
@ -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``
|
||||
|
|
Loading…
Reference in New Issue