mirror of https://github.com/python/cpython.git
bpo-44019: Add missing comma to operator.call doc (GH-28551)
This commit is contained in:
parent
6587fc60d4
commit
bfe26bbad7
|
@ -253,7 +253,7 @@ Operations which work with sequences (some of them with mappings too) include:
|
|||
|
||||
The following operation works with callables:
|
||||
|
||||
.. function:: call(obj, / *args, **kwargs)
|
||||
.. function:: call(obj, /, *args, **kwargs)
|
||||
__call__(obj, /, *args, **kwargs)
|
||||
|
||||
Return ``obj(*args, **kwargs)``.
|
||||
|
|
Loading…
Reference in New Issue