Skip to content

Commit 56442d0

Browse files
committed
powrap al archivo c-api/unicode
1 parent 5579980 commit 56442d0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

c-api/unicode.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1616
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
1717
"python.org)\n"
@@ -607,9 +607,10 @@ msgid ""
607607
"range, it will be transformed into UCS1 (:c:macro:`PyUnicode_1BYTE_KIND`)."
608608
msgstr ""
609609
"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`)."
613614

614615
#: ../Doc/c-api/unicode.rst:436
615616
msgid ""

0 commit comments

Comments
 (0)