File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
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 : 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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1055,12 +1055,19 @@ msgid ""
1055
1055
"mandated by typography rules in many languages). If the :const:`ASCII` flag "
1056
1056
"is used, only ``[ \\ t\\ n\\ r\\ f\\ v]`` is matched."
1057
1057
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."
1058
1063
1059
1064
#: ../Doc/library/re.rst:512
1060
1065
msgid ""
1061
1066
"Matches characters considered whitespace in the ASCII character set; this is "
1062
1067
"equivalent to ``[ \\ t\\ n\\ r\\ f\\ v]``."
1063
1068
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]``."
1064
1071
1065
1072
#: ../Doc/library/re.rst:520
1066
1073
msgid "``\\ S``"
You can’t perform that action at this time.
0 commit comments