Skip to content

Commit ec59de9

Browse files
committed
Translating \d
1 parent 9cb3f4a commit ec59de9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

library/re.po

Lines changed: 5 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:39+0200\n"
14+
"PO-Revision-Date: 2020-05-23 20:42+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1016,6 +1016,10 @@ msgid ""
10161016
"digit characters. If the :const:`ASCII` flag is used only ``[0-9]`` is "
10171017
"matched."
10181018
msgstr ""
1019+
"Coincide con cualquier dígito decimal de Unicode (es decir, cualquier "
1020+
"carácter de la categoría de caracteres de Unicode [Nd]). Esto incluye a "
1021+
"``[0-9]``, y también muchos otros caracteres de dígitos. Si se usa el "
1022+
"indicador :const:`ASCII`, sólo coincide con ``[0-9]``."
10191023

10201024
#: ../Doc/library/re.rst:492 ../Doc/library/re.rst:513
10211025
#: ../Doc/library/re.rst:535

0 commit comments

Comments
 (0)