File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,6 @@ is then turning into a keyword argument ``my_param``.
100100 ``--user-module my.custom_mod `` will make the generated code import mixin classes from a module
101101 ``my.custom_mod ``. A generated class with name ``<name> `` then derives from a mixin
102102 ``<name>Mixin ``, which is expected to be part of the user module. If this option is used, the
103- generator also produces a skeleton file which contains all requires mixin classes and methods
104- they have to provide. Usually you copy parts of this template to your own module, which is then
105- checked into version control all your other code.
103+ generator also produces a skeleton file which contains all required mixin classes and methods.
104+ Usually you copy parts of this template to your own module, which is then checked into version
105+ control all your other code.
You can’t perform that action at this time.
0 commit comments