@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.8\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
12
- "PO-Revision-Date : 2020-06-24 18:50 -0300\n "
12
+ "PO-Revision-Date : 2020-06-25 00:31 -0300\n "
13
13
"Language-Team : python-doc-es\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
@@ -257,19 +257,18 @@ msgstr ""
257
257
"real, luego un estimativo usando :meth:`object.__length_hint__`, y "
258
258
"finalmente retorna un valor predeterminado."
259
259
260
- # No se bien que hacer con *lookup*
261
260
#: ../Doc/library/operator.rst:249
262
261
msgid ""
263
262
"The :mod:`operator` module also defines tools for generalized attribute and "
264
263
"item lookups. These are useful for making fast field extractors as "
265
264
"arguments for :func:`map`, :func:`sorted`, :meth:`itertools.groupby`, or "
266
265
"other functions that expect a function argument."
267
266
msgstr ""
268
- "El módulo :mod:`operator` también define herramientas para la selección "
269
- "(*lookup*) generalizada de atributos e ítems. Estas son útiles para utilizar "
270
- "rápidamente extractores como argumentos para :func:`map`, :func:`sorted `, :"
271
- "meth:`itertools.groupby`, u otras funciones que esperan una función como "
272
- "argumento."
267
+ "El módulo :mod:`operator` también define herramientas para la obtención "
268
+ "generalizada de atributos e ítems. Estas herramientas son útiles para "
269
+ "utilizar rápidamente extractores de campos como argumentos de :func:`map`, :"
270
+ "func:`sorted`, : meth:`itertools.groupby`, u otras funciones que esperan una "
271
+ "función como argumento."
273
272
274
273
#: ../Doc/library/operator.rst:258
275
274
msgid ""
0 commit comments