File tree 1 file changed +6
-1
lines changed 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1121,6 +1121,11 @@ msgid ""
1121
1121
"``[^a-zA-Z0-9_]``. If the :const:`LOCALE` flag is used, matches characters "
1122
1122
"which are neither alphanumeric in the current locale nor the underscore."
1123
1123
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."
1124
1129
1125
1130
#: ../Doc/library/re.rst:549
1126
1131
msgid "``\\ Z``"
You can’t perform that action at this time.
0 commit comments