diff options
-rw-r--r-- | docs/fuzzy.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/fuzzy.rst b/docs/fuzzy.rst index af5c490..6b06608 100644 --- a/docs/fuzzy.rst +++ b/docs/fuzzy.rst @@ -8,6 +8,8 @@ Some tests may be interested in testing with fuzzy, random values. This is handled by the :mod:`factory.fuzzy` module, which provides a few random declarations. +.. note:: Use ``import factory.fuzzy`` to load this module. + FuzzyAttribute -------------- |