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

Skip to content

Commit 8941366

Browse files
committed
Fixing re.rst:518 by removing extra grave accent
1 parent c00f7e3 commit 8941366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/re.po

Lines changed: 2 additions & 2 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-24 23:25+0200\n"
14+
"PO-Revision-Date: 2020-05-24 23:49+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1080,7 +1080,7 @@ msgid ""
10801080
msgstr ""
10811081
"Coincide con cualquier personaje que no sea un carácter de espacio en "
10821082
"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]`."
1083+
"se convierte en el equivalente a `[^ \\t\\n\\r\\f\\v]`."
10841084

10851085
#: ../Doc/library/re.rst:535
10861086
msgid "``\\w``"

0 commit comments

Comments
 (0)