Skip to content

Commit b912c10

Browse files
committed
Translating \W
1 parent 3eca4c6 commit b912c10

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

library/re.po

Lines changed: 6 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:57+0200\n"
14+
"PO-Revision-Date: 2020-05-23 21:04+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1121,6 +1121,11 @@ msgid ""
11211121
"``[^a-zA-Z0-9_]``. If the :const:`LOCALE` flag is used, matches characters "
11221122
"which are neither alphanumeric in the current locale nor the underscore."
11231123
msgstr ""
1124+
"Coincide con cualquier personaje que no sea un carácter de palabras. Esto es "
1125+
"lo opuesto a ``\\w``. Si se usa el indicador :const:`ASCII` esto se "
1126+
"convierte en el equivalente a ``[^a-zA-Z0-9_]``. Si se usa el indicador :"
1127+
"const:`LOCALE`, coincide con los caracteres que no son ni alfanuméricos en "
1128+
"la localidad actual ni con el guión bajo."
11241129

11251130
#: ../Doc/library/re.rst:549
11261131
msgid "``\\Z``"

0 commit comments

Comments
 (0)