fix typos in the docstring

Change-Id: I330879d010a22a54f2deab4a897c36b8d27e60cc
This commit is contained in:
melissaml 2018-12-22 03:43:17 +08:00
parent 45c57883a7
commit 5b376b1dd1
2 changed files with 2 additions and 2 deletions

View File

@ -1207,7 +1207,7 @@ class SubordinateConfigContext(OSContextGenerator):
The subordinate interface allows subordinates to export their The subordinate interface allows subordinates to export their
configuration requirements to the principle for multiple config configuration requirements to the principle for multiple config
files and multiple serivces. Ie, a subordinate that has interfaces files and multiple services. Ie, a subordinate that has interfaces
to both glance and nova may export to following yaml blob as json:: to both glance and nova may export to following yaml blob as json::
glance: glance:

View File

@ -89,7 +89,7 @@ class ArchiveUrlFetchHandler(BaseFetchHandler):
:param str source: URL pointing to an archive file. :param str source: URL pointing to an archive file.
:param str dest: Local path location to download archive file to. :param str dest: Local path location to download archive file to.
""" """
# propogate all exceptions # propagate all exceptions
# URLError, OSError, etc # URLError, OSError, etc
proto, netloc, path, params, query, fragment = urlparse(source) proto, netloc, path, params, query, fragment = urlparse(source)
if proto in ('http', 'https'): if proto in ('http', 'https'):