Skip to content

Commit 556d1c3

Browse files
committed
typo
1 parent ec2ac5b commit 556d1c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)