Typo fix
This commit is contained in:
parent
92679350fb
commit
bd1dc58509
|
@ -45,7 +45,7 @@ A Signature object has the following structure attributes:
|
||||||
function objects for methods do not know the class they are
|
function objects for methods do not know the class they are
|
||||||
contained within. This makes functions and methods
|
contained within. This makes functions and methods
|
||||||
indistinguishable from one another when passed to decorators,
|
indistinguishable from one another when passed to decorators,
|
||||||
prevventing proper creation of a fully qualified name.
|
preventing proper creation of a fully qualified name.
|
||||||
indistinguishable from
|
indistinguishable from
|
||||||
* var_args:str
|
* var_args:str
|
||||||
Name of the ``*args`` parameter, if present, else the empty
|
Name of the ``*args`` parameter, if present, else the empty
|
||||||
|
|
Loading…
Reference in New Issue