Skip to content

Commit

Permalink
Docstrings fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jul 7, 2017
1 parent 39272b5 commit 075f7bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uwsgiconf/options/caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class Caching(OptionsGroup):
A single uWSGI instance can create an unlimited number of "caches" each one
with different setup and purpose.
http://uwsgi-docs.readthedocs.io/en/latest/Caching.html
http://uwsgi-docs.readthedocs.io/en/latest/tutorials/CachingCookbook.html
* http://uwsgi-docs.readthedocs.io/en/latest/Caching.html
* http://uwsgi-docs.readthedocs.io/en/latest/tutorials/CachingCookbook.html
"""

Expand Down Expand Up @@ -157,7 +157,7 @@ def add_cache(
:param bool full_silent: By default uWSGI will print warning message on every cache set operation
if the cache is full. To disable this warning set this option.
..note:: Available since 2.0.4
.. note:: Available since 2.0.4.
:param bool full_purge_lru: Allows the caching framework to evict Least Recently Used (LRU)
item when you try to add new item to cache storage that is full.
Expand Down

0 comments on commit 075f7bc

Please sign in to comment.