mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #19795: Improved more markups of True/False.
This commit is contained in:
parent
1883542eb9
commit
4adf01caae
14 changed files with 23 additions and 23 deletions
|
@ -56,7 +56,7 @@ The :mod:`functools` module defines the following functions:
|
|||
grow without bound. The LRU feature performs best when *maxsize* is a
|
||||
power-of-two.
|
||||
|
||||
If *typed* is set to True, function arguments of different types will be
|
||||
If *typed* is set to true, function arguments of different types will be
|
||||
cached separately. For example, ``f(3)`` and ``f(3.0)`` will be treated
|
||||
as distinct calls with distinct results.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue