File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -549,11 +549,16 @@ msgstr ""
549549#: ../Doc/tutorial/datastructures.rst:506
550550msgid ""
551551"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."
557562
558563#: ../Doc/tutorial/datastructures.rst:512
559564msgid ""
You can’t perform that action at this time.
0 commit comments