@@ -266,7 +266,7 @@ msgid ""
266
266
"other functions that expect a function argument."
267
267
msgstr ""
268
268
"El módulo :mod:`operator` también define herramientas para la selección "
269
- "(*lookup*) generalizada de atributos e items . Estas son útiles para utilizar "
269
+ "(*lookup*) generalizada de atributos e ítems . Estas son útiles para utilizar "
270
270
"rápidamente extractores como argumentos para :func:`map`, :func:`sorted`, :"
271
271
"meth:`itertools.groupby`, u otras funciones que esperan una función como "
272
272
"argumento."
@@ -311,11 +311,11 @@ msgstr "Equivalente a::"
311
311
#: ../Doc/library/operator.rst:293
312
312
msgid ""
313
313
"Return a callable object that fetches *item* from its operand using the "
314
- "operand's :meth:`__getitem__` method. If multiple items are specified, "
314
+ "operand's :meth:`__getitem__` method. If multiple ítems are specified, "
315
315
"returns a tuple of lookup values. For example:"
316
316
msgstr ""
317
317
"Retorna un objeto invocable que obtiene *item* de su operando utilizando "
318
- "sobre el mismo el método :meth:`__getitem__`. Si múltiples items son "
318
+ "sobre el mismo el método :meth:`__getitem__`. Si múltiples ítems son "
319
319
"especificados, retorna una tupla con los valores obtenidos. Por ejemplo:"
320
320
321
321
#: ../Doc/library/operator.rst:297
@@ -334,11 +334,11 @@ msgstr ""
334
334
# slice es segmento o rebanada?
335
335
#: ../Doc/library/operator.rst:314
336
336
msgid ""
337
- "The items can be any type accepted by the operand's :meth:`__getitem__` "
337
+ "The ítems can be any type accepted by the operand's :meth:`__getitem__` "
338
338
"method. Dictionaries accept any hashable value. Lists, tuples, and strings "
339
339
"accept an index or a slice:"
340
340
msgstr ""
341
- "Los items pueden ser de cualquier tipo aceptado por el método :meth:"
341
+ "Los ítems pueden ser de cualquier tipo aceptado por el método :meth:"
342
342
"`__getitem__` del operando. Los diccionarios aceptan cualquier valor "
343
343
"*hasheable*. Las listas, las tuplas y las cadenas aceptan un índice o una "
344
344
"sección:"
0 commit comments