@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.8\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
12
- "PO-Revision-Date : 2020-06-24 15:18 -0300\n "
12
+ "PO-Revision-Date : 2020-06-24 15:32 -0300\n "
13
13
"Language-Team : python-doc-es\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
@@ -38,7 +38,7 @@ msgid ""
38
38
"underscores kept. The variants without the double underscores are preferred "
39
39
"for clarity."
40
40
msgstr ""
41
- "El módulo :mod:' operator' exporta un conjunto de funciones eficientes "
41
+ "El módulo :mod:` operator` exporta un conjunto de funciones eficientes "
42
42
"correspondientes a los operadores intrínsecos de Python. Por ejemplo, "
43
43
"``operator.add(x, y)`` es equivalente a la expresión ``x+y``. Muchos nombres "
44
44
"de función son los utilizados para métodos especiales, sin los dobles "
@@ -156,23 +156,23 @@ msgstr ""
156
156
157
157
#: ../Doc/library/operator.rst:127
158
158
msgid "Return *a* shifted left by *b*."
159
- msgstr ""
159
+ msgstr "Retorna *a* desplazado a izquierda *b* bits (*shift left*). "
160
160
161
161
#: ../Doc/library/operator.rst:133
162
162
msgid "Return ``a % b``."
163
- msgstr ""
163
+ msgstr "Retorna ``a % b``. "
164
164
165
165
#: ../Doc/library/operator.rst:139
166
166
msgid "Return ``a * b``, for *a* and *b* numbers."
167
- msgstr ""
167
+ msgstr "Retorna ``a * b``, donde *a* y *b* son números. "
168
168
169
169
#: ../Doc/library/operator.rst:145
170
170
msgid "Return ``a @ b``."
171
- msgstr ""
171
+ msgstr "Retorna ``a @ b``. "
172
172
173
173
#: ../Doc/library/operator.rst:153
174
174
msgid "Return *obj* negated (``-obj``)."
175
- msgstr ""
175
+ msgstr "Retorna *obj* negado (```-obj``). "
176
176
177
177
#: ../Doc/library/operator.rst:159
178
178
msgid "Return the bitwise or of *a* and *b*."
0 commit comments