Skip to content

Commit 0f16511

Browse files
committed
- fix documentation
1 parent 1d7adac commit 0f16511

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

purestorage/purestorage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ def rename_volume(self, volume, name):
733733

734734
def promote_volume(self, volume):
735735
"""Promote a volume
736+
736737
:param volume: Name of volume to be promoted.
737738
:type volume: str
738739
@@ -749,6 +750,7 @@ def promote_volume(self, volume):
749750

750751
def demote_volume(self, volume):
751752
"""Demote a volume
753+
752754
:param volume: Name of volume to be demoted.
753755
:type volume: str
754756

0 commit comments

Comments
 (0)