Skip to content

Commit 18c99a8

Browse files
committed
remove a pre-existing typo also
1 parent b59289f commit 18c99a8

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
@@ -95,7 +95,7 @@ The :mod:`functools` module defines the following functions:
9595
``__dict__`` can cause object instances to use slightly more memory.
9696

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

101101
class DataSet:

0 commit comments

Comments
 (0)