@@ -200,9 +200,9 @@ msgstr ""
200200
201201#: c-api/unicode.rst:195
202202msgid ""
203- "Read a character from a Unicode object *o*, which must be in the "
204- "\" canonical \" representation. This is less efficient than :c:func:"
205- "`PyUnicode_READ` if you do multiple consecutive reads."
203+ "Read a character from a Unicode object *o*, which must be in the \" canonical "
204+ "\" representation. This is less efficient than :c:func:`PyUnicode_READ` if "
205+ "you do multiple consecutive reads."
206206msgstr ""
207207
208208#: c-api/unicode.rst:204
@@ -657,9 +657,9 @@ msgstr ""
657657
658658#: c-api/unicode.rst:518
659659msgid ""
660- "The hex representation of a C pointer. Mostly equivalent to "
661- "``printf( \" %p \" )`` except that it is guaranteed to start with the literal "
662- "``0x`` regardless of what the platform's ``printf`` yields."
660+ "The hex representation of a C pointer. Mostly equivalent to ``printf( \" %p "
661+ "\" )`` except that it is guaranteed to start with the literal ``0x`` "
662+ "regardless of what the platform's ``printf`` yields."
663663msgstr ""
664664
665665#: c-api/unicode.rst:526
@@ -744,8 +744,8 @@ msgstr ""
744744
745745#: c-api/unicode.rst:564
746746msgid ""
747- "Support width and precision formatter for ``\" %s\" ``, ``\" %A\" ``, "
748- "`` \" %U \" ``, ``\" %V\" ``, ``\" %S\" ``, ``\" %R\" `` added."
747+ "Support width and precision formatter for ``\" %s\" ``, ``\" %A\" ``, `` \" %U "
748+ "\" ``, ``\" %V\" ``, ``\" %S\" ``, ``\" %R\" `` added."
749749msgstr ""
750750
751751#: c-api/unicode.rst:571
@@ -792,8 +792,8 @@ msgstr ""
792792
793793#: c-api/unicode.rst:617
794794msgid ""
795- "Fill a string with a character: write *fill_char* into ``unicode[start:"
796- "start +length]``."
795+ "Fill a string with a character: write *fill_char* into ``unicode[start:start "
796+ "+length]``."
797797msgstr ""
798798
799799#: c-api/unicode.rst:620
@@ -950,9 +950,9 @@ msgstr ""
950950#: c-api/unicode.rst:774
951951msgid ""
952952"Decode a string from UTF-8 on Android and VxWorks, or from the current "
953- "locale encoding on other platforms. The supported error handlers are "
954- "`` \" strict\" `` and ``\" surrogateescape\" `` (:pep:`383`). The decoder uses "
955- "`` \" strict\" `` error handler if *errors* is ``NULL``. *str* must end with a "
953+ "locale encoding on other platforms. The supported error handlers are `` "
954+ "\" strict\" `` and ``\" surrogateescape\" `` (:pep:`383`). The decoder uses `` "
955+ "\" strict\" `` error handler if *errors* is ``NULL``. *str* must end with a "
956956"null character but cannot contain embedded null characters."
957957msgstr ""
958958
@@ -988,10 +988,10 @@ msgstr ""
988988#: c-api/unicode.rst:810
989989msgid ""
990990"Encode a Unicode object to UTF-8 on Android and VxWorks, or to the current "
991- "locale encoding on other platforms. The supported error handlers are "
992- "`` \" strict\" `` and ``\" surrogateescape\" `` (:pep:`383`). The encoder uses "
993- "`` \" strict\" `` error handler if *errors* is ``NULL``. Return a :class:"
994- "`bytes` object. *unicode* cannot contain embedded null characters."
991+ "locale encoding on other platforms. The supported error handlers are `` "
992+ "\" strict\" `` and ``\" surrogateescape\" `` (:pep:`383`). The encoder uses `` "
993+ "\" strict\" `` error handler if *errors* is ``NULL``. Return a :class:`bytes` "
994+ "object. *unicode* cannot contain embedded null characters."
995995msgstr ""
996996
997997#: c-api/unicode.rst:817
@@ -1145,8 +1145,8 @@ msgstr ""
11451145#: c-api/unicode.rst:971
11461146msgid ""
11471147"Returns a buffer allocated by :c:func:`PyMem_Alloc` (use :c:func:"
1148- "`PyMem_Free` to free it) on success. On error, returns ``NULL`` and "
1149- "* \\ *size* is undefined. Raises a :exc:`MemoryError` if memory allocation is "
1148+ "`PyMem_Free` to free it) on success. On error, returns ``NULL`` and * "
1149+ "\\ *size* is undefined. Raises a :exc:`MemoryError` if memory allocation is "
11501150"failed."
11511151msgstr ""
11521152
@@ -1779,8 +1779,8 @@ msgstr ""
17791779msgid ""
17801780"Intern the argument *\\ *string* in place. The argument must be the address "
17811781"of a pointer variable pointing to a Python Unicode string object. If there "
1782- "is an existing interned string that is the same as *\\ *string*, it sets "
1783- "* \\ *string* to it (decrementing the reference count of the old string object "
1782+ "is an existing interned string that is the same as *\\ *string*, it sets * "
1783+ "\\ *string* to it (decrementing the reference count of the old string object "
17841784"and incrementing the reference count of the interned string object), "
17851785"otherwise it leaves *\\ *string* alone and interns it (incrementing its "
17861786"reference count). (Clarification: even though there is a lot of talk about "
0 commit comments