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 8864e6d commit f65d178Copy full SHA for f65d178
Doc/library/functools.rst
@@ -574,7 +574,7 @@ The :mod:`functools` module defines the following functions:
574
runtime impact.
575
576
To enable registering :term:`lambdas<lambda>` and pre-existing functions,
577
- the :func:`!register` attribute can also be used in a functional form::
+ the :func:`~singledispatch.register` attribute can also be used in a functional form::
578
579
>>> def nothing(arg, verbose=False):
580
... print("Nothing.")
0 commit comments