mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-101386: fix typos found by codespell (#101387)
This commit is contained in:
parent
052f53d65d
commit
db757f0e44
4 changed files with 6 additions and 6 deletions
|
|
@ -462,7 +462,7 @@ In such cases, the ``@`` format character should be used to specify
|
|||
native byte ordering and data sizes. Internal pad bytes are normally inserted
|
||||
automatically. It is possible that a zero-repeat format code will be
|
||||
needed at the end of a format string to round up to the correct
|
||||
byte boundary for proper alignment of consective chunks of data.
|
||||
byte boundary for proper alignment of consecutive chunks of data.
|
||||
|
||||
Consider these two simple examples (on a 64-bit, little-endian
|
||||
machine)::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue