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

Skip to content

Commit fa3ad1c

Browse files
committed
Translating \S
1 parent 4db8638 commit fa3ad1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

library/re.po

Lines changed: 4 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:51+0200\n"
14+
"PO-Revision-Date: 2020-05-23 20:52+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1079,6 +1079,9 @@ msgid ""
10791079
"opposite of ``\\s``. If the :const:`ASCII` flag is used this becomes the "
10801080
"equivalent of ``[^ \\t\\n\\r\\f\\v]``."
10811081
msgstr ""
1082+
"Coincide con cualquier personaje que no sea un carácter de espacio en "
1083+
"blanco. Esto es lo opuesto a ``\\s``. Si se usa el indicador :const:`ASCII` "
1084+
"se convierte en el equivalente a ``[^ \\t\\n\\r\\f\\v]`."
10821085

10831086
#: ../Doc/library/re.rst:535
10841087
msgid "``\\w``"

0 commit comments

Comments
 (0)