Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5248c8a

Browse filesBrowse files
committed
fix
1 parent 1cd831e commit 5248c8a
Copy full SHA for 5248c8a

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ __pycache__/
2222

2323
# Distribution / packaging
2424
venv
25+
.venv
2526
.Python
2627
env/
2728
build/

‎library/copy.po

Copy file name to clipboardExpand all lines: library/copy.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ msgid ""
161161
"registered pickle functions from the :mod:`copyreg` module."
162162
msgstr ""
163163
"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:"
165165
"`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:"
167167
"`copyreg`."
168168

169169
#: ../Doc/library/copy.rst:81

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.