Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f01a5b9

Browse filesBrowse files
committed
Modifico segun comentarios de GitHub
1 parent d761be3 commit f01a5b9
Copy full SHA for f01a5b9

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed

‎library/operator.po

Copy file name to clipboardExpand all lines: library/operator.po
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.8\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
12-
"PO-Revision-Date: 2020-06-25 00:31-0300\n"
12+
"PO-Revision-Date: 2020-06-25 11:23-0300\n"
1313
"Language-Team: python-doc-es\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
@@ -210,7 +210,7 @@ msgid ""
210210
"include:"
211211
msgstr ""
212212
"Las operaciones que funcionan con secuencias (y algunas de ellas también con "
213-
"diccionarios o *mappings*) incluyen:"
213+
"mapeos) incluyen:"
214214

215215
#: ../Doc/library/operator.rst:204
216216
msgid "Return ``a + b`` for *a* and *b* sequences."
@@ -333,8 +333,8 @@ msgid ""
333333
msgstr ""
334334
"Los ítems pueden ser de cualquier tipo aceptado por el método :meth:"
335335
"`__getitem__` del operando. Los diccionarios aceptan cualquier valor "
336-
"*hasheable*. Las listas, las tuplas y las cadenas aceptan un índice o una "
337-
"sección:"
336+
"*hasheable*. Las listas, las tuplas y las cadenas aceptan un índice o un "
337+
"segmento:"
338338

339339
#: ../Doc/library/operator.rst:329
340340
msgid ""
@@ -832,9 +832,9 @@ msgid ""
832832
"For immutable targets such as strings, numbers, and tuples, the updated "
833833
"value is computed, but not assigned back to the input variable:"
834834
msgstr ""
835-
"Para objetivos inmutables como cadenas, números, y tuplas, el valor "
836-
"actualizado es computado, pero no es asignado de nuevo a la variable de "
837-
"entrada:"
835+
"Para objetivos inmutables como cadenas de caracteres, números, y tuplas, el "
836+
"valor actualizado es computado, pero no es asignado de nuevo a la variable "
837+
"de entrada:"
838838

839839
#: ../Doc/library/operator.rst:465
840840
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.