Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10a2da7

Browse files
committed
Adding 8bit \d cases
1 parent ec59de9 commit 10a2da7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/re.po

Lines changed: 3 additions & 3 deletions
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:42+0200\n"
14+
"PO-Revision-Date: 2020-05-23 20:43+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1024,11 +1024,11 @@ msgstr ""
10241024
#: ../Doc/library/re.rst:492 ../Doc/library/re.rst:513
10251025
#: ../Doc/library/re.rst:535
10261026
msgid "For 8-bit (bytes) patterns:"
1027-
msgstr ""
1027+
msgstr "Para patrones de 8 bits (bytes):"
10281028

10291029
#: ../Doc/library/re.rst:492
10301030
msgid "Matches any decimal digit; this is equivalent to ``[0-9]``."
1031-
msgstr ""
1031+
msgstr "Coincide con cualquier dígito decimal; esto equivale a ``[0-9]``."
10321032

10331033
#: ../Doc/library/re.rst:499
10341034
msgid "``\\D``"

0 commit comments

Comments
 (0)