mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
fix instances of consecutive articles (closes #23221)
Patch by Karan Goel.
This commit is contained in:
parent
38dc250521
commit
82f34ada45
14 changed files with 14 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue