We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a2da7 commit 7629d21Copy full SHA for 7629d21
library/re.po
@@ -11,7 +11,7 @@ msgstr ""
11
"Project-Id-Version: Python 3.8\n"
12
"Report-Msgid-Bugs-To: \n"
13
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14
-"PO-Revision-Date: 2020-05-23 20:43+0200\n"
+"PO-Revision-Date: 2020-05-23 20:45+0200\n"
15
"Language-Team: python-doc-es\n"
16
"MIME-Version: 1.0\n"
17
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1040,6 +1040,9 @@ msgid ""
1040
"``\\d``. If the :const:`ASCII` flag is used this becomes the equivalent of "
1041
"``[^0-9]``."
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]``."
1046
1047
#: ../Doc/library/re.rst:513
1048
msgid "``\\s``"
0 commit comments