Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c37b79b

Browse filesBrowse files
committed
Fixing mistranslation of character
1 parent 1f2dc69 commit c37b79b
Copy full SHA for c37b79b

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎library/re.po

Copy file name to clipboardExpand all lines: library/re.po
+5-5Lines changed: 5 additions & 5 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-26 00:00+0200\n"
14+
"PO-Revision-Date: 2020-06-14 23:01+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1078,9 +1078,9 @@ msgid ""
10781078
"opposite of ``\\s``. If the :const:`ASCII` flag is used this becomes the "
10791079
"equivalent of ``[^ \\t\\n\\r\\f\\v]``."
10801080
msgstr ""
1081-
"Coincide con cualquier personaje que no sea un carácter de espacio en "
1082-
"blanco. Esto es lo opuesto a ``\\s``. Si se usa el indicador :const:`ASCII` "
1083-
"se convierte en el equivalente a `[^ \\t\\n\\r\\f\\v]`."
1081+
"Coincide con cualquier carácter que no sea un carácter de espacio en blanco. "
1082+
"Esto es lo opuesto a ``\\s``. Si se usa el indicador :const:`ASCII` se "
1083+
"convierte en el equivalente a `[^ \\t\\n\\r\\f\\v]`."
10841084

10851085
#: ../Doc/library/re.rst:535
10861086
msgid "``\\w``"
@@ -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 palabras. 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.