fix typo in set_volume_tags documentation

This commit is contained in:
SaltyCharles 2017-10-12 11:41:50 -07:00 committed by GitHub
parent c7a22cb9fd
commit e5b8953fc0

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': {}}