Commit Graph

12 Commits

Author SHA1 Message Date
jimbo1qaz deb90f9b6f Fix grammar error in docs (#477)
"You should avoid $foo, in order to instantiate frozen slotted classes..."
2018-12-24 07:07:00 +01:00
Hynek Schlawack 73ae718ec5
Consistently use "base class" and "subclass" (#436)
Thanks to ABCs, "base class" is more Python than "superclass" and the latter is
also slightly confusing by alluding to "super" and/or being judgy.
2018-08-29 18:52:47 +02:00
Kyle Altendorf 35a3f28400 Slight tidy in how immutability works docs (#419) 2018-08-02 13:37:23 +02:00
Hynek Schlawack db7c37eda8
Add glossary & make slotted classes official (#371)
* Add glossary & make slotted classes official

* Add missing import
2018-05-02 07:24:04 +02:00
Hynek Schlawack 13fd7403cb Update How Does It Work 2018-01-29 08:03:31 +01:00
Hynek Schlawack 3040bdabbc Refactor class creation (#272)
Instead of adding and possibly later deleting attributes, the class creation is delegated into a cleaner building pattern.
2017-10-26 12:55:34 +02:00
Hynek Schlawack c637f5b4f8 Wordsmith how does it work 2017-08-18 17:19:11 +02:00
rtoijala 10368b4232 Some more typos (#219)
I went with the American spelling of "fulfill" instead of the British
"fulfil".
2017-07-20 17:30:20 +02:00
Rich Wareham 49e847052e docs: "less [...] calls" -> "fewer [...] calls" (#122)
Since function calls are discrete one has "fewer" of them.
2016-12-08 17:01:39 +01:00
Hynek Schlawack ce0f82aa8b Document immutability better 2016-08-27 09:27:16 +02:00
Hynek Schlawack b040503663 More documentation polish 2016-08-15 17:26:49 +02:00
Hynek Schlawack 395aa07820 Documentation overhaul 2016-08-15 13:59:04 +02:00