Issue #19795: Improved more markups of True/False.

This commit is contained in:
Serhiy Storchaka 2016-10-19 18:30:05 +03:00
parent 1883542eb9
commit 4adf01caae
14 changed files with 23 additions and 23 deletions

View file

@ -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.