mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Typo fix
This commit is contained in:
parent
c187f33e2b
commit
8ed29143fc
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ languages):
|
||||||
|
|
||||||
When a letter is first encountered, it is missing from the mapping, so the
|
When a letter is first encountered, it is missing from the mapping, so the
|
||||||
\member{default_factory} function calls \function{int()} to supply a default
|
\member{default_factory} function calls \function{int()} to supply a default
|
||||||
count of zero. The increment operation then builds of the count for each
|
count of zero. The increment operation then builds up the count for each
|
||||||
letter. This technique makes counting simpler and faster than an equivalent
|
letter. This technique makes counting simpler and faster than an equivalent
|
||||||
technique using \method{dict.get()}:
|
technique using \method{dict.get()}:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue