Typo fix. (#697)

I normally try to restrain my inner copyeditor, but this one was in a docstring that someone might copy-paste.
This commit is contained in:
Craig Citro 2017-02-03 09:39:13 -08:00 committed by Jon Wayne Parrott
parent cc3e7d13a4
commit c055e7f7f5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def get(http, path, root=METADATA_ROOT, recursive=None):
Args:
http: an object to be used to make HTTP requests.
path: A string indicating the resource to retrieve. For example,
'instance/service-accounts/defualt'
'instance/service-accounts/default'
root: A string indicating the full path to the metadata server root.
recursive: A boolean indicating whether to do a recursive query of
metadata. See