Skip to content

Commit 10314d4

Browse files
bhubachemiss-islington
authored andcommitted
Remove typo in functools.lru_cache docs (GH-140278)
(cherry picked from commit 7babe31) Co-authored-by: Brandon Hubacher <brandon.hubacher@gmail.com>
1 parent ae7206e commit 10314d4

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
@@ -190,7 +190,7 @@ The :mod:`functools` module defines the following functions:
190190

191191
Note, type specificity applies only to the function's immediate arguments
192192
rather than their contents. The scalar arguments, ``Decimal(42)`` and
193-
``Fraction(42)`` are be treated as distinct calls with distinct results.
193+
``Fraction(42)`` are treated as distinct calls with distinct results.
194194
In contrast, the tuple arguments ``('answer', Decimal(42))`` and
195195
``('answer', Fraction(42))`` are treated as equivalent.
196196

0 commit comments

Comments
 (0)