From c666411153ea9840b492f7abecf0cfa51e21dc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 3 Mar 2015 22:48:43 +0100 Subject: Docs: fix default strategy (Closes #158). --- docs/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- cgit v1.2.3