mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
This affects documentation, code comments, and a debugging messages.
This commit is contained in:
parent
7d82d0366b
commit
6245cb3c01
35 changed files with 52 additions and 52 deletions
|
|
@ -550,7 +550,7 @@ representation for a tournament. The numbers below are `k', not a[k]:\n\
|
|||
\n\
|
||||
\n\
|
||||
In the tree above, each cell `k' is topping `2*k+1' and `2*k+2'. In\n\
|
||||
an usual binary tournament we see in sports, each cell is the winner\n\
|
||||
a usual binary tournament we see in sports, each cell is the winner\n\
|
||||
over the two cells it tops, and we can trace the winner down the tree\n\
|
||||
to see all opponents s/he had. However, in many computer applications\n\
|
||||
of such tournaments, we do not need to trace the history of a winner.\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue