Fix a typo in api_version_request.py

Removed redundant 'the'.

TrivialFix

Change-Id: Ie2b966302f873488d6e2cadbf6bcc6bc8a2c6f0d
This commit is contained in:
melissaml 2016-10-13 11:47:03 +08:00
parent c64115e9a6
commit 2ddb2f6f19

@ -82,7 +82,7 @@ REST_API_VERSION_HISTORY = """
# The minimum and maximum versions of the API supported
# The default api version request is defined to be the
# the minimum version of the API supported.
# minimum version of the API supported.
_MIN_API_VERSION = "2.0"
_MAX_API_VERSION = "2.22"
DEFAULT_API_VERSION = _MIN_API_VERSION