From 7ca7d10e6119061128655dcea5a484ad551441b3 Mon Sep 17 00:00:00 2001 From: Raphaƫl Barrois <raphael.barrois@polytechnique.org> Date: Mon, 25 Nov 2013 00:52:24 +0100 Subject: Fix typo spotted by @philipkimmey (Closes #110). --- docs/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/introduction.rst b/docs/introduction.rst index 41c6f7b..86e2046 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -265,6 +265,6 @@ Calling a :class:`~factory.Factory` subclass will provide an object through the <MyClass: X (saved)> -The default strategy can ba changed by setting the class-level :attr:`~factory.Factory.FACTROY_STRATEGY` attribute. +The default strategy can be changed by setting the class-level :attr:`~factory.Factory.FACTORY_STRATEGY` attribute. -- cgit v1.2.3