File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1399,6 +1399,10 @@ msgid ""
1399
1399
"newline; without this flag, ``'.'`` will match anything *except* a newline. "
1400
1400
"Corresponds to the inline flag ``(?s)``."
1401
1401
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)``."
1402
1406
1403
1407
#: ../Doc/library/re.rst:727
1404
1408
msgid ""
You can’t perform that action at this time.
0 commit comments