Skip to content

Commit 37290ea

Browse files
authored
typo fix
1 parent 8b01fa2 commit 37290ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/02_Working_with_data/07_Objects.md

+1-1
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 me you should.
241+
With great power come responsibility. Just because you can do that doesn't mean you should.
242242

243243
## Exercises
244244

0 commit comments

Comments
 (0)