We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentee48c6c commitf318c68Copy full SHA for f318c68
library/operator.po
@@ -305,7 +305,7 @@ msgstr "Equivalente a::"
305
#:../Doc/library/operator.rst:293
306
msgid""
307
"Return a callable object that fetches *item* from its operand using the "
308
-"operand's :meth:`__getitem__` method. If multipleítems are specified, "
+"operand's :meth:`__getitem__` method. If multipleitems are specified, "
309
"returns a tuple of lookup values. For example:"
310
msgstr""
311
"Retorna un objeto invocable que obtiene *item* de su operando utilizando "
@@ -327,7 +327,7 @@ msgstr ""
327
328
#:../Doc/library/operator.rst:314
329
330
-"Theítems can be any type accepted by the operand's :meth:`__getitem__` "
+"Theitems can be any type accepted by the operand's :meth:`__getitem__` "
331
"method. Dictionaries accept any hashable value. Lists, tuples, and strings "
332
"accept an index or a slice:"
333