renumbering chapters >= 19

This commit is contained in:
Luciano Ramalho
2021-09-10 12:35:57 -03:00
113 changed files with 633 additions and 1060 deletions

View File

@@ -1,4 +1,4 @@
# pseudo-code for object construction
# pseudocode for object construction
def make(the_class, some_arg):
new_object = the_class.__new__(some_arg)
if isinstance(new_object, the_class):