File tree 1 file changed +7
-1
lines changed 1 file changed +7
-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-23 23:42 +0200\n "
14
+ "PO-Revision-Date : 2020-05-23 23:44 +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 "
@@ -2225,6 +2225,12 @@ msgid ""
2225
2225
"if a writer wanted to find all of the adverbs *and their positions* in some "
2226
2226
"text, they would use :func:`finditer` in the following manner::"
2227
2227
msgstr ""
2228
+ "Si uno quiere más información sobre todas las coincidencias de un patrón en "
2229
+ "lugar del texto coincidente, :func:`finditer` es útil ya que proporciona :"
2230
+ "ref:`match objects <match-objects>` (objetos coincidentes) en lugar de "
2231
+ "cadenas. Continuando con el ejemplo anterior, si un escritor quisiera "
2232
+ "encontrar todos los adverbios *y sus posiciones* en algún texto, usaría :"
2233
+ "func:`finditer` de la siguiente manera::"
2228
2234
2229
2235
#: ../Doc/library/re.rst:1586
2230
2236
msgid "Raw String Notation"
You can’t perform that action at this time.
0 commit comments