small documentation fix

This commit is contained in:
Shay Palachy
2016-09-04 12:00:11 +03:00
parent 427fa28943
commit 311155d017
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -417,10 +417,6 @@ def cachier(stale_after=None, next_time=False, pickle_reload=True,
If set to True, in-memory cache will be reloaded on each cache read,
enabling different threads to share cache. Should be set to False for
faster reads in single-read programs. Defaults to True.
pickle_reload (optional) : bool
If set to True, in-memory cache will be reloaded on each cache read,
enabling different threads to share cache. Should be set to False for
faster reads in single-read programs. Defaults to True.
wait_calc (optional) : bool
If set to True, waits for an ongoing calculation to complete if the
entry is marked as being calculated. Defaults to True.
+1 -1
View File
@@ -3,7 +3,7 @@ description-file = README.md
[versioneer]
VCS = git
style = pep440-pre
style = pep440
versionfile_source = cachier/_version.py
versionfile_build = cachier/_version.py
tag_prefix = v