Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9307ef5

Browse filesBrowse files
committed
Mejora de parrafo sobre lookup de campos.
1 parent 2c619f6 commit 9307ef5
Copy full SHA for 9307ef5

File tree

Expand file treeCollapse file tree

1 file changed

+6
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-7
lines changed

‎library/operator.po

Copy file name to clipboardExpand all lines: library/operator.po
+6-7Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.8\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1313
"Language-Team: python-doc-es\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
@@ -257,19 +257,18 @@ msgstr ""
257257
"real, luego un estimativo usando :meth:`object.__length_hint__`, y "
258258
"finalmente retorna un valor predeterminado."
259259

260-
# No se bien que hacer con *lookup*
261260
#: ../Doc/library/operator.rst:249
262261
msgid ""
263262
"The :mod:`operator` module also defines tools for generalized attribute and "
264263
"item lookups. These are useful for making fast field extractors as "
265264
"arguments for :func:`map`, :func:`sorted`, :meth:`itertools.groupby`, or "
266265
"other functions that expect a function argument."
267266
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."
273272

274273
#: ../Doc/library/operator.rst:258
275274
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.