@@ -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:03 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 23:07 +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 "
@@ -2046,17 +2046,24 @@ msgid ""
2046
2046
"however many groups are in the pattern. The *default* argument is used for "
2047
2047
"groups that did not participate in the match; it defaults to ``None``."
2048
2048
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``."
2049
2053
2050
2054
#: ../Doc/library/re.rst:1231 ../Doc/library/re.rst:1453
2051
2055
msgid "For example::"
2052
- msgstr ""
2056
+ msgstr "Por ejemplo:: "
2053
2057
2054
2058
#: ../Doc/library/re.rst:1237
2055
2059
msgid ""
2056
2060
"If we make the decimal place and everything after it optional, not all "
2057
2061
"groups might participate in the match. These groups will default to "
2058
2062
"``None`` unless the *default* argument is given::"
2059
2063
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*::"
2060
2067
2061
2068
#: ../Doc/library/re.rst:1250
2062
2069
msgid ""
0 commit comments