diff --git a/Doc/library/operator.rst b/Doc/library/operator.rst index 146cabc52b0..35e9b49ea8b 100644 --- a/Doc/library/operator.rst +++ b/Doc/library/operator.rst @@ -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)``.