summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-05-20 23:32:33 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-05-20 23:32:33 +0200
commit939796a915d66722b0c3a286a12c88757d4eb137 (patch)
tree5ba12c753ba71f8f22c6c39e64bea5ec544d715c /docs
parentfa6d60d17ddb7b70c6bc2337d901ef8cc924e67b (diff)
downloadfactory-boy-939796a915d66722b0c3a286a12c88757d4eb137.tar
factory-boy-939796a915d66722b0c3a286a12c88757d4eb137.tar.gz
Fix typo in docs/fuzzy (Closes #207).
Thanks to @nikolas for spotting it!
Diffstat (limited to 'docs')
-rw-r--r--docs/fuzzy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzy.rst b/docs/fuzzy.rst
index 18978e4..af5c490 100644
--- a/docs/fuzzy.rst
+++ b/docs/fuzzy.rst
@@ -368,6 +368,6 @@ and provides a few helpers for this:
Custom :class:`BaseFuzzyAttribute` subclasses **SHOULD**
-use :obj:`factory.fuzzy._random` foras a randomness source; this ensures that
+use :obj:`factory.fuzzy._random` as a randomness source; this ensures that
data they generate can be regenerated using the simple state from
:meth:`get_random_state`.