Skip to content

Commit a606c6a

Browse files
Fix a typo in Doc/faq/programming.rst (GH-31243)
is not longer used -> is no longer used (cherry picked from commit ff5a167) Co-authored-by: Cooper Lees <[email protected]>
1 parent 841c77d commit a606c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/faq/programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ The *cached_property* approach only works with methods that do not take
19081908
any arguments. It does not create a reference to the instance. The
19091909
cached method result will be kept only as long as the instance is alive.
19101910

1911-
The advantage is that when an instance is not longer used, the cached
1911+
The advantage is that when an instance is no longer used, the cached
19121912
method result will be released right away. The disadvantage is that if
19131913
instances accumulate, so too will the accumulated method results. They
19141914
can grow without bound.

0 commit comments

Comments
 (0)