summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-04-14 00:22:08 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-04-14 00:22:08 +0200
commit52c984d3f1c6c440a832e53331d7f95f25c8b046 (patch)
tree939f81848cc203999722cfd74ae811e35a780353 /docs
parente357919cdb52af96eb67148fd38dced34981821a (diff)
downloadfactory-boy-52c984d3f1c6c440a832e53331d7f95f25c8b046.tar
factory-boy-52c984d3f1c6c440a832e53331d7f95f25c8b046.tar.gz
Fix minor typo (Closes #194).
Thanks to @DasAllFolks for spotting it!
Diffstat (limited to 'docs')
-rw-r--r--docs/reference.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.rst b/docs/reference.rst
index 9fd2576..44f78b6 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -42,7 +42,7 @@ The :class:`Factory` class
It will be automatically set to ``True`` if neither the :class:`Factory`
subclass nor its parents define the :attr:`~FactoryOptions.model` attribute.
- .. warning:: This flag is reset to ``False`` When a :class:`Factory` subclasses
+ .. warning:: This flag is reset to ``False`` when a :class:`Factory` subclasses
another one if a :attr:`~FactoryOptions.model` is set.
.. versionadded:: 2.4.0