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

Skip to content

Commit 550771d

Browse files
committed
match.groups
1 parent 2e341ca commit 550771d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

library/re.po

Lines changed: 9 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:03+0200\n"
14+
"PO-Revision-Date: 2020-05-24 23:07+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2046,17 +2046,24 @@ msgid ""
20462046
"however many groups are in the pattern. The *default* argument is used for "
20472047
"groups that did not participate in the match; it defaults to ``None``."
20482048
msgstr ""
2049+
"Devuelve una tupla que contenga todos los subgrupos de la coincidencia, "
2050+
"desde 1 hasta tantos grupos como haya en el patrón. El argumento *default* "
2051+
"(\"por defecto\") se utiliza para los grupos que no participaron en la "
2052+
"coincidencia; por defecto es ``None``."
20492053

20502054
#: ../Doc/library/re.rst:1231 ../Doc/library/re.rst:1453
20512055
msgid "For example::"
2052-
msgstr ""
2056+
msgstr "Por ejemplo::"
20532057

20542058
#: ../Doc/library/re.rst:1237
20552059
msgid ""
20562060
"If we make the decimal place and everything after it optional, not all "
20572061
"groups might participate in the match. These groups will default to "
20582062
"``None`` unless the *default* argument is given::"
20592063
msgstr ""
2064+
"Si hacemos que el decimal y todo lo que sigue sea opcional, no todos los "
2065+
"grupos podrían participar en la coincidencia. Estos grupos serán por "
2066+
"defecto ``None`` a menos que se utilice el argumento *default*::"
20602067

20612068
#: ../Doc/library/re.rst:1250
20622069
msgid ""

0 commit comments

Comments
 (0)