diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-05-20 23:32:33 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-05-20 23:32:33 +0200 |
commit | 939796a915d66722b0c3a286a12c88757d4eb137 (patch) | |
tree | 5ba12c753ba71f8f22c6c39e64bea5ec544d715c | |
parent | fa6d60d17ddb7b70c6bc2337d901ef8cc924e67b (diff) | |
download | factory-boy-939796a915d66722b0c3a286a12c88757d4eb137.tar factory-boy-939796a915d66722b0c3a286a12c88757d4eb137.tar.gz |
Fix typo in docs/fuzzy (Closes #207).
Thanks to @nikolas for spotting it!
-rw-r--r-- | docs/fuzzy.rst | 2 |
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`. |