Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2238619

Browse files
committed
Fix typo in Working with data/Objects
1 parent 7578aca commit 2238619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/02_Working_with_data/07_Objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ This is known as a shallow copy. Here is a picture.
146146

147147
### Deep copies
148148

149-
Sometimes you need to make a copy of an object and all the objects contained withn it.
149+
Sometimes you need to make a copy of an object and all the objects contained within it.
150150
You can use the `copy` module for this:
151151

152152
```python

0 commit comments

Comments
 (0)