File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -718,10 +718,10 @@ The :mod:`functools` module defines the following functions:
718718 The same pattern can be used for other similar decorators:
719719 :deco: `staticmethod `, :deco: `~abc.abstractmethod `, and others.
720720
721- For every ``singledispatchmethod `` method defined 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.
721+ For every ``singledispatchmethod `` method defined 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.
725725
726726 .. versionadded :: 3.8
727727
You can’t perform that action at this time.
0 commit comments