diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-10-29 00:23:11 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-10-29 00:26:21 +0100 |
commit | 382e319a934d27e16b9d0ae8597923ab85976694 (patch) | |
tree | 550e295beb260e3ad6961d36a57f559e6135d7cc /docs | |
parent | 132eca8fa36bc7360a3b2270da0c8833378bc718 (diff) | |
download | factory-boy-382e319a934d27e16b9d0ae8597923ab85976694.tar factory-boy-382e319a934d27e16b9d0ae8597923ab85976694.tar.gz |
Style fixes for FuzzyDecimal (Closes #94).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 1 | ||||
-rw-r--r-- | docs/fuzzy.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 630b45f..09de792 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,7 @@ ChangeLog *New:* - Add :class:`~factory.fuzzy.FuzzyText`, thanks to `jdufresne <https://github.com/jdufresne>`_ (:issue:`97`) + - Add :class:`~factory.fuzzy.FuzzyDecimal`, thanks to `thedrow <https://github.com/thedrow>`_ (:issue:`94`) .. _v2.2.1: diff --git a/docs/fuzzy.rst b/docs/fuzzy.rst index 1843920..b94dfa5 100644 --- a/docs/fuzzy.rst +++ b/docs/fuzzy.rst @@ -97,7 +97,7 @@ FuzzyInteger .. attribute:: high int, the inclusive higher bound of generated integers - + FuzzyDecimal ------------ |