From 197555d3d0de4759ca9ad45d5986fdcc4aa4c15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Sat, 25 Jul 2015 14:19:12 +0200 Subject: Docs: 'import factory.fuzzy' as required (See #138). --- docs/fuzzy.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -------------- -- cgit v1.2.3