Skip to content

Commit ffb1f2c

Browse files
MiguelHeCaclacri
andauthored
Update library/re.po
corrigiendo personaje por palabra Co-authored-by: Claudia Millán <clmilneb@gmail.com>
1 parent ca800f6 commit ffb1f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/re.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ msgid ""
11201120
"``[^a-zA-Z0-9_]``. If the :const:`LOCALE` flag is used, matches characters "
11211121
"which are neither alphanumeric in the current locale nor the underscore."
11221122
msgstr ""
1123-
"Coincide con cualquier personaje que no sea un carácter de palabras. Esto es "
1123+
"Coincide con cualquier carácter que no sea un carácter de una palabra. Esto es "
11241124
"lo opuesto a ``\\w``. Si se usa el indicador :const:`ASCII` esto se "
11251125
"convierte en el equivalente a ``[^a-zA-Z0-9_]``. Si se usa el indicador :"
11261126
"const:`LOCALE`, coincide con los caracteres que no son ni alfanuméricos en "

0 commit comments

Comments
 (0)