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.
functools.lru_cache
1 parent 3c2781d commit 7babe31Copy full SHA for 7babe31
Doc/library/functools.rst
@@ -190,7 +190,7 @@ The :mod:`functools` module defines the following functions:
190
191
Note, type specificity applies only to the function's immediate arguments
192
rather than their contents. The scalar arguments, ``Decimal(42)`` and
193
- ``Fraction(42)`` are be treated as distinct calls with distinct results.
+ ``Fraction(42)`` are treated as distinct calls with distinct results.
194
In contrast, the tuple arguments ``('answer', Decimal(42))`` and
195
``('answer', Fraction(42))`` are treated as equivalent.
196
0 commit comments