Trivial grammar fix

Change-Id: Iefe3bce2c01927006f77458471a2a1302d7cc529
This commit is contained in:
chen 2017-11-02 18:02:27 +08:00
parent 824d796775
commit 872b06222a
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ _MIN_API_VERSION = "2.1"
_MAX_API_VERSION = "2.53"
DEFAULT_API_VERSION = _MIN_API_VERSION
# Almost all proxy APIs which related to network, images and baremetal
# Almost all proxy APIs which are related to network, images and baremetal
# were deprecated from 2.36.
MAX_PROXY_API_SUPPORT_VERSION = '2.35'
MIN_WITHOUT_PROXY_API_SUPPORT_VERSION = '2.36'