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

Skip to content

Commit 55e7d9f

Browse files
committed
re.S re.DOTALL
1 parent 3b546f9 commit 55e7d9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

library/re.po

Lines changed: 5 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-24 07:38+0200\n"
14+
"PO-Revision-Date: 2020-05-24 07:41+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1399,6 +1399,10 @@ msgid ""
13991399
"newline; without this flag, ``'.'`` will match anything *except* a newline. "
14001400
"Corresponds to the inline flag ``(?s)``."
14011401
msgstr ""
1402+
"Hace que el carácter especial ``'.'`` coincida con cualquier carácter, "
1403+
"incluyendo una nueva línea. Sin este indicador, ``'.'`` coincidirá con "
1404+
"cualquier cosa, *excepto* con una nueva línea. Corresponde al indicador en "
1405+
"línea ``(?s)``."
14021406

14031407
#: ../Doc/library/re.rst:727
14041408
msgid ""

0 commit comments

Comments
 (0)