File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-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:43 +0200\n "
14
+ "PO-Revision-Date : 2020-05-23 20:45 +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 "
7279
td>@@ -1040,6 +1040,9 @@ msgid ""
1040
1040
"``\\ d``. If the :const:`ASCII` flag is used this becomes the equivalent of "
1041
1041
"``[^0-9]``."
1042
1042
msgstr ""
1043
+ "Coincide con cualquier carácter que no sea un dígito decimal. Esto es lo "
1044
+ "opuesto a ``\\ d``. Si se usa el indicador :const:`ASCII` esto se convierte "
1045
+ "en el equivalente a ``[^0-9]``."
1043
1046
1044
1047
#: ../Doc/library/re.rst:513
1045
1048
msgid "``\\ s``"
You can’t perform that action at this time.
0 commit comments