We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227e50d commit ca6357eCopy full SHA for ca6357e
docs/source/protocols.rst
@@ -475,7 +475,7 @@ member:
475
# different name and kind in the callback
476
477
Callback protocols and :py:data:`~typing.Callable` types can be used interchangeably.
478
-Keyword argument names in :py:meth:`__call__ <object.__call__>` methods must be identical, unless
+Argument names in :py:meth:`__call__ <object.__call__>` methods must be identical, unless
479
a double underscore prefix is used. For example:
480
481
.. code-block:: python
0 commit comments