File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ way of initializing a class, even more so if the default constructor is
298
298
disabled, since it can make it harder to correctly initialize the class from a
299
299
subclass. For instance, in the above example, the C < new > implementation takes
300
300
two positional arguments that must be passed from the subclass to the superclass
301
- in the exact order. That is not a real problem if it's not documented, but take
301
+ in the exact order. That is not a real problem if it's documented, but take
302
302
into account C < bless > , through C < BUILDALL > , will eventually be calling C < BUILD >
303
303
in the class that is being instantiated. This might result in some unwanted
304
304
problems, like having to create a C < BUILD > submethod to serve it correctly:
You can’t perform that action at this time.
0 commit comments