Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5675d5

Browse files
committed
Agrego espacio entre "multiples" e "items".
1 parent 31f494b commit e5675d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/operator.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ msgid ""
310310
msgstr ""
311311
"Retorna un objeto invocable que obtiene *item* de su operando utilizando "
312312
"sobre el mismo el método :meth:`__getitem__`. Si se especifican múltiples"
313-
"items, retorna una tupla con los valores obtenidos. Por ejemplo:"
313+
" items, retorna una tupla con los valores obtenidos. Por ejemplo:"
314314

315315
#: ../Doc/library/operator.rst:297
316316
msgid "After ``f = itemgetter(2)``, the call ``f(r)`` returns ``r[2]``."

0 commit comments

Comments
 (0)