diff options
Diffstat (limited to 'docs')
-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`. |