File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ or specific generators to specific fields. However remember to use the
80
80
``lambda `` statement in the example. It's in fact also just a shorter
81
81
definition of a method.
82
82
83
- *A note on subclassing subclasses and turtles all the way down: * Some times
83
+ *A note on subclassing subclasses and turtles all the way down: * Sometimes
84
84
it's usefull for a project to have a common base class for all the registered
85
- *AutoFixtures *. This is ofcourse possible and very usable since you don't need
85
+ *AutoFixtures *. This is possible and easy since you don't need
86
86
to re-define all the field definitions in the nested ``Values `` class. The
87
- :class: `~autofixture.base.AutoFixture ` class is caring about this and will
87
+ :class: `~autofixture.base.AutoFixture ` class cares about this and will
88
88
collect all ``Values `` of base classes and merge them together. For
89
89
clarification here a short example::
90
90
You can’t perform that action at this time.
0 commit comments