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

Skip to content

Commit f318c68

Browse files
authored
Remuevo tilde de strings originales
Por error había agregado tildes a "items" en los strings originales en inglés. Vuelvo a dejarlos como "items" sin tilde.
1 parent ee48c6c commit f318c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/operator.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ msgstr "Equivalente a::"
305305
#: ../Doc/library/operator.rst:293
306306
msgid ""
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:"
310310
msgstr ""
311311
"Retorna un objeto invocable que obtiene *item* de su operando utilizando "
@@ -327,7 +327,7 @@ msgstr ""
327327

328328
#: ../Doc/library/operator.rst:314
329329
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__` "
331331
"method. Dictionaries accept any hashable value. Lists, tuples, and strings "
332332
"accept an index or a slice:"
333333
msgstr ""

0 commit comments

Comments
 (0)