File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ msgstr "Equivalente a::"
305305#: ../Doc/library/operator.rst:293
306306msgid ""
307307"Return a callable object that fetches *item* from its operand using the "
308- "operand's :meth:`__getitem__` method. If multiple ítems are specified, "
308+ "operand's :meth:`__getitem__` method. If multiple items are specified, "
309309"returns a tuple of lookup values. For example:"
310310msgstr ""
311311"Retorna un objeto invocable que obtiene *item* de su operando utilizando "
@@ -327,7 +327,7 @@ msgstr ""
327327
328328#: ../Doc/library/operator.rst:314
329329msgid ""
330- "The ítems can be any type accepted by the operand's :meth:`__getitem__` "
330+ "The items can be any type accepted by the operand's :meth:`__getitem__` "
331331"method. Dictionaries accept any hashable value. Lists, tuples, and strings "
332332"accept an index or a slice:"
333333msgstr ""
You can’t perform that action at this time.
0 commit comments