mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
docs: fix a few typos identified by codespell (#119516)
This commit is contained in:
parent
e418fc3a6e
commit
d25954dff5
18 changed files with 23 additions and 23 deletions
|
@ -1739,7 +1739,7 @@ seen, but blow up if it comes after ``-b`` in the command-line. ::
|
|||
Callback example 3: check option order (generalized)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
If you want to re-use this callback for several similar options (set a flag, but
|
||||
If you want to reuse this callback for several similar options (set a flag, but
|
||||
blow up if ``-b`` has already been seen), it needs a bit of work: the error
|
||||
message and the flag that it sets must be generalized. ::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue