Merge pull request #44074 from SaltyCharles/patch-9

fix typo in set_volume_tags documentation
This commit is contained in:
Mike Place 2017-10-12 17:32:09 -06:00 committed by GitHub
commit e60c40398b

View File

@ -1778,7 +1778,7 @@ def set_volumes_tags(tag_maps, authoritative=False, dry_run=False,
would have been applied.
returns (dict)
A dict dsecribing status and any changes.
A dict describing status and any changes.
'''
ret = {'success': True, 'comment': '', 'changes': {}}