Fix versionchanged

The change I9b806efc750009d64b08a5583449bebbf10e3fb4 was documented
for the version 2.6 but it was merged after the release 2.6. So the
change will only impact oslo.config 2.7.

Change-Id: Ifd4f163cce4715cce10e41dc347d2aeb1231ae1b
This commit is contained in:
Victor Stinner 2015-10-20 10:20:30 +02:00
parent ca1ca6a3a9
commit d5cee91507

View File

@ -674,7 +674,7 @@ class Opt(object):
a string explaining how the option's value is used
.. versionchanged:: 2.6
.. versionchanged:: 2.7
An exception is now raised if the default value has the wrong type.
"""