diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-03-03 22:48:43 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-03-03 22:48:43 +0100 |
commit | c666411153ea9840b492f7abecf0cfa51e21dc27 (patch) | |
tree | 86a561ca7a794f79e994f4ee3b08ba1330299232 | |
parent | b6f6ae48c796d722f2a0209963d525b2f8b8fe0f (diff) | |
download | factory-boy-c666411153ea9840b492f7abecf0cfa51e21dc27.tar factory-boy-c666411153ea9840b492f7abecf0cfa51e21dc27.tar.gz |
Docs: fix default strategy (Closes #158).
-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 43433e0..9fd2576 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -109,7 +109,7 @@ The :class:`Factory` class .. attribute:: strategy Use this attribute to change the strategy used by a :class:`Factory`. - The default is :data:`BUILD_STRATEGY`. + The default is :data:`CREATE_STRATEGY`. |