Skip to content

Commit 9850b9c

Browse files
authored
Update python_true_false.ipynb
1 parent d6ddacb commit 9850b9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/python_true_false.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
"Possibly the best explanation of shallow vs. deep copies I've read so far:\n",
400400
"\n",
401401
"***\"Shallow copies duplicate as little as possible. A shallow copy of a collection is a copy of the collection structure, not the elements. With a shallow copy, two collections now share the individual elements.\n",
402-
"Deep copies duplicate everything. A deep copy of a collection is two collections with all of the elements in the original collection duplicated.\"*** \n",
402+
"Deep copies duplicate everything. A deep copy of a collection is two collections with all of the elements in the original collection duplicated.deepcopy() actually preserve the graphical structure of the original compound data:\"*** \n",
403403
"\n",
404404
"(via [S.Lott](http://stackoverflow.com/users/10661/s-lott) on [StackOverflow](http://stackoverflow.com/questions/184710/what-is-the-difference-between-a-deep-copy-and-a-shallow-copy))"
405405
]
@@ -581,4 +581,4 @@
581581
"metadata": {}
582582
}
583583
]
584-
}
584+
}

0 commit comments

Comments
 (0)