mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Issue #25523: Correct "a" article to "an" article
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
This commit is contained in:
parent
314464d0ab
commit
7462b64911
86 changed files with 136 additions and 136 deletions
|
@ -1379,7 +1379,7 @@ class EditorWindow(object):
|
|||
text.see("insert")
|
||||
text.undo_block_stop()
|
||||
|
||||
# Our editwin provides a is_char_in_string function that works
|
||||
# Our editwin provides an is_char_in_string function that works
|
||||
# with a Tk text index, but PyParse only knows about offsets into
|
||||
# a string. This builds a function for PyParse that accepts an
|
||||
# offset.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue