summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-11-25 00:52:24 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-11-25 00:52:50 +0100
commit7ca7d10e6119061128655dcea5a484ad551441b3 (patch)
tree41d2a8364d2dab91b47a39c69f68b0fad9d6dbfd
parentccd6a9927483b8789dee13c2d68a4407e2d37f94 (diff)
downloadfactory-boy-7ca7d10e6119061128655dcea5a484ad551441b3.tar
factory-boy-7ca7d10e6119061128655dcea5a484ad551441b3.tar.gz
Fix typo spotted by @philipkimmey (Closes #110).
-rw-r--r--docs/introduction.rst2
1 files changed, 1 insertions, 1 deletions
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.