mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.11] Fixes duplicated word (GH-102623) (#102624)
Fixes duplicated word (GH-102623)
In line 1627, the end of the sentence reads "only that that it may be." but it should read "only that it may be" (or alternatively "only that that may be").
(cherry picked from commit e6210621be
)
Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com>
This commit is contained in:
parent
fcafc37411
commit
6829b1256a
1 changed files with 1 additions and 1 deletions
|
@ -1624,7 +1624,7 @@ that.
|
|||
It is safe to set these to false on any Python version. They will have no
|
||||
effect on older versions when unsupported. Do not assume the attributes are
|
||||
available to read. Despite their names, a true value does not indicate that the
|
||||
corresponding function will be used, only that that it may be.
|
||||
corresponding function will be used, only that it may be.
|
||||
|
||||
Please file issues any time you have to use these private knobs with a way to
|
||||
reproduce the issue you were seeing. Link to that issue from a comment in your
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue