8000 Translating \s · python/python-docs-es@4db8638 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4db8638

Browse files
committed
Translating \s
1 parent 7629d21 commit 4db8638

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

library/re.po

Lines changed: 8 additions & 1 deletion
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: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-05-23 20:45+0200\n"
14+
"PO-Revision-Date: 2020-05-23 20:51+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1055,12 +1055,19 @@ msgid ""
10551055
"mandated by typography rules in many languages). If the :const:`ASCII` flag "
10561056
"is used, only ``[ \\t\\n\\r\\f\\v]`` is matched."
10571057
msgstr ""
1058+
"Coincide con los caracteres de los espacios en blanco de Unicode (que "
1059+
"incluye ``[ \\t\\n\\r\\f\\v]``, y también muchos otros caracteres, por "
1060+
"ejemplo los espacios duros exigidos por las reglas tipográficas en muchos "
1061+
"idiomas). Si se usa el indicador :const:`ASCII``, sólo ``[ \\t\\n\\r\\f"
1062+
"\\v]`` coincide."
10581063

10591064
#: ../Doc/library/re.rst:512
10601065
msgid ""
10611066
"Matches characters considered whitespace in the ASCII character set; this is "
10621067
"equivalent to ``[ \\t\\n\\r\\f\\v]``."
10631068
msgstr ""
1069+
"Coincide con los caracteres considerados como espacios en blanco en el "
1070+
"conjunto de caracteres ASCII, lo que equivale a ``[ \\t\\n\\r\\f\\v]``."
10641071

10651072
#: ../Doc/library/re.rst:520
10661073
msgid "``\\S``"

0 commit comments

Comments
 (0)
0