@@ -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:17 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 23:24 +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 "
@@ -2126,13 +2126,19 @@ msgid ""
2126
2126
"`~Pattern.match` method of a :ref:`regex object <re-objects>`. This is the "
2127
2127
"index into the string at which the RE engine started looking for a match."
2128
2128
msgstr ""
2129
+ "El valor de *pos* que fue pasado al método :meth:`~Pattern.search` o :meth:"
2130
+ "`~Pattern.match` de un :ref:`regex object <re-objects>`. Este es el índice "
2131
+ "de la cadena en la que el motor RE comenzó a buscar una coincidencia."
2129
2132
2130
2133
#: ../Doc/library/re.rst:1299
2131
2134
msgid ""
2132
2135
"The value of *endpos* which was passed to the :meth:`~Pattern.search` or :"
2133
2136
"meth:`~Pattern.match` method of a :ref:`regex object <re-objects>`. This is "
2134
2137
"the index into the string beyond which the RE engine will not go."
2135
2138
msgstr ""
2139
+ "El valor de *endpos* que se pasó al método :meth:`~Pattern.search` o :meth:"
2140
+ "`~Pattern.match` de un :ref:`regex object <re-objects>`. Este es el índice "
2141
+ "de la cadena más allá de la cual el motor RE no irá."
2136
2142
2137
2143
#: ../Doc/library/re.rst:1306
2138
2144
msgid ""
@@ -2142,12 +2148,19 @@ msgid ""
2142
2148
"``'ab'``, while the expression ``(a)(b)`` will have ``lastindex == 2``, if "
2143
2149
"applied to the same string."
2144
2150
msgstr ""
2151
+ "El índice entero del último grupo de captura coincidente, o``None`` si no "
2152
+ "hay ningún grupo coincidente. Por ejemplo, las expresiones ``(a)b``, ``((a)"
2153
+ "(b))`` y ``((ab))`` tendrán ``lastindex == 1`` si se aplican a la cadena "
2154
+ "``'ab'``, mientras que la expresión ``(a)(b)`` tendrá ``lastindex == 2``, si "
2155
+ "se aplica a la misma cadena."
2145
2156
2146
2157
#: ../Doc/library/re.rst:1315
2147
2158
msgid ""
2148
2159
"The name of the last matched capturing group, or ``None`` if the group "
2149
2160
"didn't have a name, or if no group was matched at all."
2150
2161
msgstr ""
2162
+ "El nombre del último grupo capturador coincidente, o``None`` si el grupo no "
2163
+ "tenía nombre, o si no había ningún grupo coincidente."
2151
2164
2152
2165
#: ../Doc/library/re.rst:1321
2153
2166
msgid ""
0 commit comments