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

Skip to content

Commit d761be3

Browse files
committed
Borro comentarios
1 parent 9307ef5 commit d761be3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

library/operator.po

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ msgstr ":mod:`operator` --- Operadores estándar como funciones"
2727
msgid "**Source code:** :source:`Lib/operator.py`"
2828
msgstr "**Codigo fuente:** :source:`Lib/operator.py`"
2929

30-
# No se si está bien decir "Los dobles guiones bajos". Ninguna alternativa me convence.
3130
#: ../Doc/library/operator.rst:18
3231
msgid ""
3332
"The :mod:`operator` module exports a set of efficient functions "
@@ -46,9 +45,6 @@ msgstr ""
4645
"tienen una variante que conserva los dobles guiones bajos . Se prefieren las "
4746
"variantes sin los dobles guiones bajos para mayor claridad."
4847

49-
# Esta frase tiene algo raro ya en inglés.
50-
# ... Fall into categories that .... Y empieza a enumerar.
51-
# Una alternativa sería hacerla más clara dejando de ser fieles al original.
5248
#: ../Doc/library/operator.rst:25
5349
msgid ""
5450
"The functions fall into categories that perform object comparisons, logical "
@@ -208,7 +204,6 @@ msgstr ""
208204
"Retorna la disyunción exclusiva bit a bit (*bitwise exclusive or*, o "
209205
"*bitwise XOR*) de *a* y *b*."
210206

211-
# Acá no me queda claro que hacer con la palabra *mapping*.
212207
#: ../Doc/library/operator.rst:199
213208
msgid ""
214209
"Operations which work with sequences (some of them with mappings too) "
@@ -330,7 +325,6 @@ msgstr ""
330325
"Después de ``g = itemgetter(2, 5, 3)``, la llamada ``g(r)`` retorna ``(r[2], "
331326
"r[5], r[3])``."
332327

333-
# slice es segmento o rebanada?
334328
#: ../Doc/library/operator.rst:314
335329
msgid ""
336330
"The ítems can be any type accepted by the operand's :meth:`__getitem__` "

0 commit comments

Comments
 (0)