Skip to content

Commit 7629d21

Browse files
committed
Translating \D
1 parent 10a2da7 commit 7629d21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

library/re.po

Lines changed: 4 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:43+0200\n"
14+
"PO-Revision-Date: 2020-05-23 20:45+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1040,6 +1040,9 @@ msgid ""
10401040
"``\\d``. If the :const:`ASCII` flag is used this becomes the equivalent of "
10411041
"``[^0-9]``."
10421042
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]``."
10431046

10441047
#: ../Doc/library/re.rst:513
10451048
msgid "``\\s``"

0 commit comments

Comments
 (0)