File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -261,17 +261,24 @@ msgid ""
261261"from a user editable configuration file for customized logging without "
262262"altering the application."
263263msgstr ""
264+ "El sistema de registro puede configurarse directamente desde Python o puede "
265+ "cargarse la configuración desde un archivo editable por el usuario para "
266+ "personalizar el registro sin alterar la aplicación."
264267
265268#: ../Doc/tutorial/stdlib2.rst:248
266269msgid "Weak References"
267- msgstr ""
270+ msgstr "Referencias débiles "
268271
269272#: ../Doc/tutorial/stdlib2.rst:250
270273msgid ""
271274"Python does automatic memory management (reference counting for most objects "
272275"and :term:`garbage collection` to eliminate cycles). The memory is freed "
273276"shortly after the last reference to it has been eliminated."
274277msgstr ""
278+ "Python realiza administración de memoria automática (cuenta de referencias "
279+ "para la mayoría de los objetos, y `garbage collection` (recolección de "
280+ "basura) para eliminar ciclos). La memoria se libera poco después de que la "
281+ "última referencia a la misma haya sido eliminada."
275282
276283#: ../Doc/tutorial/stdlib2.rst:254
277284msgid ""
You can’t perform that action at this time.
0 commit comments