File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -549,11 +549,16 @@ msgstr ""
549
549
#: ../Doc/tutorial/datastructures.rst:506
550
550
msgid ""
551
551
"The main operations on a dictionary are storing a value with some key and "
552
- "extracting the value given the key. It is also possible to delete a key:"
553
- "value pair with ``del``. If you store using a key that is already in use, "
554
- "the old value associated with that key is forgotten. It is an error to "
555
- "extract a value using a non-existent key."
556
- msgstr ""
552
+ "extracting the value given the key. It is also possible to delete a "
553
+ "key:value pair with ``del``. If you store using a key that is already in "
554
+ "use, the old value associated with that key is forgotten. It is an error to"
555
+ " extract a value using a non-existent key."
556
+ msgstr ""
557
+ "Las operaciones principales sobre un diccionario son guardar un valor con "
558
+ "una clave y extraer ese valor dada la clave. También es posible borrar un "
559
+ "par clave:valor con ``del``. Si usás una clave que ya está en uso para "
560
+ "guardar un valor, el valor que estaba asociado con esa clave se pierde. Es "
561
+ "un error extraer un valor usando una clave no existente."
557
562
558
563
#: ../Doc/tutorial/datastructures.rst:512
559
564
msgid ""
You can’t perform that action at this time.
0 commit comments