Skip to content

Commit f65d178

Browse files
Apply suggestions from code review
Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent 8864e6d commit f65d178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ The :mod:`functools` module defines the following functions:
574574
runtime impact.
575575

576576
To enable registering :term:`lambdas<lambda>` and pre-existing functions,
577-
the :func:`!register` attribute can also be used in a functional form::
577+
the :func:`~singledispatch.register` attribute can also be used in a functional form::
578578

579579
>>> def nothing(arg, verbose=False):
580580
... print("Nothing.")

0 commit comments

Comments
 (0)