We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9bd78 commit 2c1b1e3Copy full SHA for 2c1b1e3
library/operator.po
@@ -309,8 +309,8 @@ msgid ""
309
"returns a tuple of lookup values. For example:"
310
msgstr ""
311
"Retorna un objeto invocable que obtiene *item* de su operando utilizando "
312
-"sobre el mismo el método :meth:`__getitem__`. Si múltiples ítems son "
313
-"especificados, retorna una tupla con los valores obtenidos. Por ejemplo:"
+"sobre el mismo el método :meth:`__getitem__`. Si se especifican múltiples"
+"items, retorna una tupla con los valores obtenidos. Por ejemplo:"
314
315
#: ../Doc/library/operator.rst:297
316
msgid "After ``f = itemgetter(2)``, the call ``f(r)`` returns ``r[2]``."
0 commit comments