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

Skip to content

Commit cdf6d4b

Browse files
committed
Fix typo
1 parent 611428e commit cdf6d4b

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
@@ -238,7 +238,7 @@ items[1].sqrt(2) # math
238238
except items[2]: # ValueError
239239
```
240240

241-
With great power come responsibility. Just because you can do that doesn't mean you should.
241+
With great power comes responsibility. Just because you can do that doesn't mean you should.
242242

243243
## Exercises
244244

0 commit comments

Comments
 (0)