diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-04-14 00:22:08 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-04-14 00:22:08 +0200 |
commit | 52c984d3f1c6c440a832e53331d7f95f25c8b046 (patch) | |
tree | 939f81848cc203999722cfd74ae811e35a780353 | |
parent | e357919cdb52af96eb67148fd38dced34981821a (diff) | |
download | factory-boy-52c984d3f1c6c440a832e53331d7f95f25c8b046.tar factory-boy-52c984d3f1c6c440a832e53331d7f95f25c8b046.tar.gz |
Fix minor typo (Closes #194).
Thanks to @DasAllFolks for spotting it!
-rw-r--r-- | docs/reference.rst | 2 |
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 |