@@ -333,7 +333,7 @@ msgid ""
333
333
msgstr ""
334
334
"Los ítems pueden ser de cualquier tipo aceptado por el método :meth:"
335
335
"`__getitem__` del operando. Los diccionarios aceptan cualquier valor "
336
- "*hasheable*. Las listas, las tuplas y las cadenas aceptan un índice o un "
336
+ "*hasheable*. Las listas, las tuplas y las cadenas de caracteres aceptan un índice o un "
337
337
"segmento:"
338
338
339
339
#: ../Doc/library/operator.rst:329
@@ -379,7 +379,7 @@ msgid ""
379
379
"the Python syntax and the functions in the :mod:`operator` module."
380
380
msgstr ""
381
381
"Esta tabla muestra cómo operaciones abstractas corresponden a operadores "
382
- "simbólicos en la sintaxis de Python y sus funciones en el módulo :mod:"
382
+ "simbólicos en la sintaxis de Python y las funciones en el módulo :mod:"
383
383
"`operator`."
384
384
385
385
#: ../Doc/library/operator.rst:368
@@ -556,7 +556,7 @@ msgstr "``delitem(obj, k)``"
556
556
557
557
#: ../Doc/library/operator.rst:398
558
558
msgid "Indexing"
559
- msgstr "Indexación "
559
+ msgstr "Indexado "
560
560
561
561
#: ../Doc/library/operator.rst:398
562
562
msgid "``obj[k]``"
@@ -664,7 +664,7 @@ msgstr "``rshift(a, b)``"
664
664
665
665
#: ../Doc/library/operator.rst:416
666
666
msgid "Slice Assignment"
667
- msgstr "Asignación por sección "
667
+ msgstr "Asignación por segmento "
668
668
669
669
#: ../Doc/library/operator.rst:416
670
670
msgid "``seq[i:j] = values``"
@@ -676,7 +676,7 @@ msgstr "``setitem(seq, slice(i, j), values)``"
676
676
677
677
#: ../Doc/library/operator.rst:418
678
678
msgid "Slice Deletion"
679
- msgstr "Eliminación por sección "
679
+ msgstr "Eliminación por segmento "
680
680
681
681
#: ../Doc/library/operator.rst:418
682
682
msgid "``del seq[i:j]``"
@@ -688,7 +688,7 @@ msgstr "``delitem(seq, slice(i, j))``"
688
688
689
689
#: ../Doc/library/operator.rst:420
690
690
msgid "Slicing"
691
- msgstr "Rebanado (o seccionado) "
691
+ msgstr "Segmentación "
692
692
693
693
#: ../Doc/library/operator.rst:420
694
694
msgid "``seq[i:j]``"
0 commit comments