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 e033b66 commit 48d6546Copy full SHA for 48d6546
Doc/library/functools.rst
@@ -718,7 +718,7 @@ The :mod:`functools` module defines the following functions:
718
The same pattern can be used for other similar decorators:
719
:deco:`staticmethod`, :deco:`~abc.abstractmethod`, and others.
720
721
- For every ``singledispatchmethod`` method defined in a class, the value
+ For every method decorated with ``@singledispatchmethod`` in a class, the value
722
dispatched on by that method is *always* the first argument passed for the call.
723
Therefore, dispatching to regular methods can only be sensibly performed by
724
calling such a method from instances of the class, and not from the class object.
0 commit comments