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 b59289f commit 18c99a8Copy full SHA for 18c99a8
Doc/library/functools.rst
@@ -95,7 +95,7 @@ The :mod:`functools` module defines the following functions:
95
``__dict__`` can cause object instances to use slightly more memory.
96
97
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
+ :func:`cached_property` can be achieved by stacking :func:`property` on top
99
of :func:`cache`::
100
101
class DataSet:
0 commit comments