Merge "Fix example code about api_version in api_m_dev.rst"

This commit is contained in:
Jenkins 2017-06-02 14:44:34 +00:00 committed by Gerrit Code Review
commit e32439a914

View File

@ -218,7 +218,7 @@ case you can decorate a private method::
def _version_specific_func(self, req, arg1):
pass
@api_version(min_version="3.5") # noqa
@api_version(min_ver="3.5") # noqa
def _version_specific_func(self, req, arg1):
pass