Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7578aca commit 2238619Copy full SHA for 2238619
Notes/02_Working_with_data/07_Objects.md
@@ -146,7 +146,7 @@ This is known as a shallow copy. Here is a picture.
146
147
### Deep copies
148
149
-Sometimes you need to make a copy of an object and all the objects contained withn it.
+Sometimes you need to make a copy of an object and all the objects contained within it.
150
You can use the `copy` module for this:
151
152
```python
0 commit comments