Skip to content

Commit

Permalink
remove a pre-existing typo also
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Feb 11, 2023
1 parent b59289f commit 18c99a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/functools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The :mod:`functools` module defines the following functions:
``__dict__`` can cause object instances to use slightly more memory.

If a mutable mapping is not available, an effect similar to
:func:`cached_property` can be achieved by a stacking :func:`property` on top
:func:`cached_property` can be achieved by stacking :func:`property` on top
of :func:`cache`::

class DataSet:
Expand Down

0 comments on commit 18c99a8

Please sign in to comment.