diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-15 02:14:19 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-15 02:14:19 (GMT) |
commit | 6a8163a928f9ff04242580c09216431ddd39cdbc (patch) | |
tree | f488fcfc631d8663003cd5784bba970d3e6438f9 /Mac | |
parent | 8feff8f1ddf870f4a68facf7127097cec97ebc39 (diff) | |
download | cpython-6a8163a928f9ff04242580c09216431ddd39cdbc.zip cpython-6a8163a928f9ff04242580c09216431ddd39cdbc.tar.gz cpython-6a8163a928f9ff04242580c09216431ddd39cdbc.tar.bz2 |
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
This affects documentation and code comments.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Modules/icgluemodule.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Modules/icgluemodule.c b/Mac/Modules/icgluemodule.c index 4d17bf7..3a47cd0 100644 --- a/Mac/Modules/icgluemodule.c +++ b/Mac/Modules/icgluemodule.c @@ -229,7 +229,7 @@ ici_ICEditPreferences(iciobject *self, PyObject *args) static char ici_ICParseURL__doc__[] = -"(hint, data, selStart, selEnd, handle)->selStart, selEnd; Find an URL, return in handle" +"(hint, data, selStart, selEnd, handle)->selStart, selEnd; Find a URL, return in handle" ; static PyObject * @@ -253,7 +253,7 @@ ici_ICParseURL(iciobject *self, PyObject *args) static char ici_ICLaunchURL__doc__[] = -"(hint, data, selStart, selEnd)->None; Find an URL and launch the correct app" +"(hint, data, selStart, selEnd)->None; Find a URL and launch the correct app" ; static PyObject * |