[–] candeira 14y ago ↗ Found a bug:"instance : What you get when you tell Python to create a class."Of course, what you get when you tell Python to create a class is a class. This one should be:"instance : What you get when you tell Python to create an object of a given class."
1 comment
[ 4.2 ms ] story [ 16.9 ms ] thread"instance : What you get when you tell Python to create a class."
Of course, what you get when you tell Python to create a class is a class. This one should be:
"instance : What you get when you tell Python to create an object of a given class."