File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-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 23:13 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 23:17 +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 "
@@ -2116,6 +2116,9 @@ msgid ""
2116
2116
"that if *group* did not contribute to the match, this is ``(-1, -1)``. "
2117
2117
"*group* defaults to zero, the entire match."
2118
2118
msgstr ""
2119
+ "Para una coincidencia *m*, devuelve la tupla-2 ``(m.inicio(grupo), m."
2120
+ "fin(grupo))``. Notar que si *group* no contribuyó a la coincidencia, esto es "
2121
+ "``(-1, -1)``. *group* por se convierte a cero para toda la coincidencia."
2119
2122
2120
2123
#: ../Doc/library/re.rst:1292
2121
2124
msgid ""
You can’t perform that action at this time.
0 commit comments