Fix versionadded tag

This commit is contained in:
rallytime 2015-09-09 08:48:59 -06:00
parent b45d0b2a21
commit 79eb606cb7

View file

@ -572,7 +572,7 @@ def set(key,
its value and the given one are not a list or a dict. The `force`
parameter is used to allow overwriting in all cases.
.. versionadded:: FIXME
.. versionadded:: 2015.8.0
:param force: Force writing over existing entry if given or existing
values are list or dict. Defaults to False.