summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-14 22:59:55 +0000
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-14 22:59:55 +0000
commit86dc8baea87c69e1d39a3d87e1271fbd0e85ca63 (patch)
treefca71a464dd692525bd77b6a0a489512d6d99a82
parent38f4a69db8f71cb52b9e7fd8d6e20e7d052a5b8d (diff)
parent4b8008386804045c10d7bca10e2de0464cd5a85b (diff)
downloadfactory-boy-86dc8baea87c69e1d39a3d87e1271fbd0e85ca63.tar
factory-boy-86dc8baea87c69e1d39a3d87e1271fbd0e85ca63.tar.gz
Merge pull request #269 from yamaneko1212/master
Remove a nonexisting argument "tz" from FuzzyDateTime docs
-rw-r--r--docs/fuzzy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzy.rst b/docs/fuzzy.rst
index 6b06608..fde1af1 100644
--- a/docs/fuzzy.rst
+++ b/docs/fuzzy.rst
@@ -199,7 +199,7 @@ FuzzyDate
FuzzyDateTime
-------------
-.. class:: FuzzyDateTime(start_dt[, end_dt], tz=UTC, force_year=None, force_month=None, force_day=None, force_hour=None, force_minute=None, force_second=None, force_microsecond=None)
+.. class:: FuzzyDateTime(start_dt[, end_dt], force_year=None, force_month=None, force_day=None, force_hour=None, force_minute=None, force_second=None, force_microsecond=None)
The :class:`FuzzyDateTime` fuzzer generates random timezone-aware datetime within a given
inclusive range.