File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ msgstr "Equivalente a::"
305
305
#: ../Doc/library/operator.rst:293
306
306
msgid ""
307
307
"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, "
309
309
"returns a tuple of lookup values. For example:"
310
310
msgstr ""
311
311
"Retorna un objeto invocable que obtiene *item* de su operando utilizando "
@@ -327,7 +327,7 @@ msgstr ""
327
327
328
328
#: ../Doc/library/operator.rst:314
329
329
msgid ""
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__` "
331
331
"method. Dictionaries accept any hashable value. Lists, tuples, and strings "
332
332
"accept an index or a slice:"
333
333
msgstr ""
You can’t perform that action at this time.
0 commit comments