File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ __pycache__/
22
22
23
23
# Distribution / packaging
24
24
venv
25
+ .venv
25
26
.Python
26
27
env /
27
28
build /
Original file line number Diff line number Diff line change @@ -161,9 +161,9 @@ msgid ""
161
161
"registered pickle functions from the :mod:`copyreg` module."
162
162
msgstr ""
163
163
"Las clases pueden usar las mismas interfaces para controlar la copia que "
164
- "usan para controlar el decapado . Consulte la descripción del módulo :mod:"
164
+ "usan para controlar el `pickling` . Consulte la descripción del módulo :mod:"
165
165
"`pickle` para obtener información sobre estos métodos. De hecho, el módulo :"
166
- "mod:`copy` utiliza las funciones de pickle registradas del módulo :mod:"
166
+ "mod:`copy` utiliza las funciones de ` pickle` registradas del módulo :mod:"
167
167
"`copyreg`."
168
168
169
169
#: ../Doc/library/copy.rst:81
You can’t perform that action at this time.
0 commit comments