Skip to content

Commit 8ebe002

Browse files
authored
grammar improvements
1 parent 088a23f commit 8ebe002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/usage.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ or specific generators to specific fields. However remember to use the
8080
``lambda`` statement in the example. It's in fact also just a shorter
8181
definition of a method.
8282

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
8484
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
8686
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
8888
collect all ``Values`` of base classes and merge them together. For
8989
clarification here a short example::
9090

0 commit comments

Comments
 (0)