Skip to content

Commit 5875a5b

Browse files
committed
fix issue
1 parent 89c3343 commit 5875a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

issues/33.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here’s how it works: **Everything is an object.**
2323

2424
Yeah, literally.
2525

26-
Ok, not quite *everything* everything, but linguistic syntax aside, all of programming in Python is just dealing with objects. Defining them, creating them, mutatng them, passing them around, interacting with them, all that.
26+
Ok, not quite *everything* everything, but linguistic syntax aside, all of programming in Python is just dealing with objects. Defining them, creating them, mutating them, passing them around, interacting with them, all that.
2727

2828
There’s no good angle of attack for this, so I’ll just throw us straight in the deep end here. Functions? Yeah, those are objects. (In Python, at least.)
2929

0 commit comments

Comments
 (0)