File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2022-11-01 00:25 -0400\n "
14
+ "PO-Revision-Date : 2022-11-01 13:45 -0400\n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
16
"Language-Team : python-doc-es (https://mail.python.org/mailman3/lists/docs-es. "
17
17
"python.org)\n "
@@ -607,9 +607,10 @@ msgid ""
607
607
"range, it will be transformed into UCS1 (:c:macro:`PyUnicode_1BYTE_KIND`)."
608
608
msgstr ""
609
609
"Si es necesario, la entrada *buffer* se copia y se transforma en la "
610
- "representación canónica. Por ejemplo, si el *buffer* es una cadena de caracteres UCS4 (:c:"
611
- "macro:`PyUnicode_4BYTE_KIND`) y consta solo de puntos de código en el rango "
612
- "UCS1, se transformará en UCS1 (:c:macro:`PyUnicode_1BYTE_KIND`)."
610
+ "representación canónica. Por ejemplo, si el *buffer* es una cadena de "
611
+ "caracteres UCS4 (:c:macro:`PyUnicode_4BYTE_KIND`) y consta solo de puntos de "
612
+ "código en el rango UCS1, se transformará en UCS1 (:c:macro:"
613
+ "`PyUnicode_1BYTE_KIND`)."
613
614
614
615
#: ../Doc/c-api/unicode.rst:436
615
616
msgid ""
You can’t perform that action at this time.
0 commit comments