docs: fix a few typos identified by codespell (#119516)

This commit is contained in:
Ned Batchelder 2024-05-25 21:13:31 -04:00 committed by GitHub
parent e418fc3a6e
commit d25954dff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 23 additions and 23 deletions

View file

@ -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. ::