Skip to content

Commit

Permalink
- fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
szhou0116 committed Nov 6, 2019
1 parent 1d7adac commit 0f16511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions purestorage/purestorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ def rename_volume(self, volume, name):

def promote_volume(self, volume):
"""Promote a volume
:param volume: Name of volume to be promoted.
:type volume: str
Expand All @@ -749,6 +750,7 @@ def promote_volume(self, volume):

def demote_volume(self, volume):
"""Demote a volume
:param volume: Name of volume to be demoted.
:type volume: str
Expand Down

0 comments on commit 0f16511

Please sign in to comment.