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 841c77d commit a606c6aCopy full SHA for a606c6a
Doc/faq/programming.rst
@@ -1908,7 +1908,7 @@ The *cached_property* approach only works with methods that do not take
1908
any arguments. It does not create a reference to the instance. The
1909
cached method result will be kept only as long as the instance is alive.
1910
1911
-The advantage is that when an instance is not longer used, the cached
+The advantage is that when an instance is no longer used, the cached
1912
method result will be released right away. The disadvantage is that if
1913
instances accumulate, so too will the accumulated method results. They
1914
can grow without bound.
0 commit comments