File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
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-24 19:50 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 20:00 +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 "
@@ -2101,16 +2101,20 @@ msgid ""
2101
2101
"The :ref:`regular expression object <re-objects>` whose :meth:`~Pattern."
2102
2102
"match` or :meth:`~Pattern.search` method produced this match instance."
2103
2103
msgstr ""
2104
+ "El :ref:`regular expression object <re-objects>` cuyo método :meth:`~Pattern."
2105
+ "match` o :meth:`~Pattern.search` produce esta instancia de coincidencia."
2104
2106
2105
2107
#: ../Doc/library/re.rst:1327
2106
2108
msgid "The string passed to :meth:`~Pattern.match` or :meth:`~Pattern.search`."
2107
- msgstr ""
2109
+ msgstr "La cadena pasada a :meth:`~Pattern.match` o :meth:`~Pattern.search`. "
2108
2110
2109
2111
#: ../Doc/library/re.rst:1330
2110
2112
msgid ""
2111
2113
"Added support of :func:`copy.copy` and :func:`copy.deepcopy`. Match objects "
2112
2114
"are considered atomic."
2113
2115
msgstr ""
2116
+ "Se añadió el soporte de :func:`copy.copy` and :func:`copy.deepcopy`. Los "
2117
+ "objetos de coincidencia se consideran atómicos."
2114
2118
2115
2119
#: ../Doc/library/re.rst:1338
2116
2120
msgid "Regular Expression Examples"
You can’t perform that action at this time.
0 commit comments