fix instances of consecutive articles (closes #23221)

Patch by Karan Goel.
This commit is contained in:
Benjamin Peterson 2015-01-13 09:17:24 -05:00
parent 38dc250521
commit 82f34ada45
14 changed files with 14 additions and 13 deletions

View file

@ -605,7 +605,7 @@ PyAPI_FUNC(PyObject*) PyUnicode_New(
);
#endif
/* Initializes the canonical string representation from a the deprecated
/* Initializes the canonical string representation from the deprecated
wstr/Py_UNICODE representation. This function is used to convert Unicode
objects which were created using the old API to the new flexible format
introduced with PEP 393.