@@ -139,14 +139,13 @@ shell actual.
139139
140140.. warning ::
141141
142- Because the extension is modifying the user's working shell, care
143- must be taken not to corrupt the environment by overwriting
144- existing variable values unexpectedly. Avoid creating temporary
145- variables where possible, and use unique names where variables
146- cannot be avoided. Prefixing variables with the extension name is
147- a good way to manage the namespace. For example, instead of
148- ``temp_file `` use ``user_scripts_temp_file ``. Use ``unset `` to
149- release temporary variable names when they are no longer needed.
142+ Como las extensiones están modificando el shell de trabajo del usuario, se
143+ debe tener mucho cuidado de corromper el entorno sobreescribiendo variables
144+ con valores inesperados. Evita crear variables temporales cuando sea
145+ posible. Poner prefijos a las variables con el nombre de la extensión es una
146+ buena forma de manejar espacios de nombres. Por ejemplo, en vez de
147+ ``temp_file `` usa ``user_scripts_temp_file ``. Usa ``unset `` para liberar
148+ nombres de variables temporales cuando no sean más necesarias.
150149
151150.. warning ::
152151
@@ -217,8 +216,8 @@ El cargador de ganchos
217216----------------------
218217
219218Las extenciones son ejecutadas mediante una aplicación de líneas de comando
220- implementada en ``virtualenvwrapper.hook_loader ``. Debido a que ``virtualenvwrapper.sh ``
221-
219+ implementada en ``virtualenvwrapper.hook_loader ``. Como ``virtualenvwrapper.sh ``
220+ es
222221
223222
224223Extensions are run through a command line application implemented in
0 commit comments