doc: Fix Range type version

The range type have been merged in 3.18 and not 3.16

Change-Id: I34d13696a9cb349120d58a5ea036866dcf63db15
This commit is contained in:
Mehdi Abaakouk 2016-11-04 15:36:35 +01:00
parent a684d7b7fc
commit 38246b6f4f

View File

@ -506,7 +506,7 @@ class Range(ConfigType):
:param inclusive: True if the right bound is to be included in the range.
:param type_name: Type name to be used in the sample config file.
.. versionadded:: 3.16
.. versionadded:: 3.18
"""
def __init__(self, min=None, max=None, inclusive=True,