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

Skip to content

Commit 4a52083

Browse files
committed
match.span
1 parent f14763a commit 4a52083

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-24 23:13+0200\n"
14+
"PO-Revision-Date: 2020-05-24 23:17+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2116,6 +2116,9 @@ msgid ""
21162116
"that if *group* did not contribute to the match, this is ``(-1, -1)``. "
21172117
"*group* defaults to zero, the entire match."
21182118
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."
21192122

21202123
#: ../Doc/library/re.rst:1292
21212124
msgid ""

0 commit comments

Comments
 (0)