Skip to content

Commit

Permalink
pylxd/models: Minor docstring correction
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Jul 8, 2024
1 parent 4cb5c31 commit 9137f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylxd/models/storage_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ def all(cls, volume, use_recursion=False):
If use_recursion is set to True, a list of :class:`pylxd.models.StorageVolumeSnapshot` objects is returned
containing additional information for each snapshot.
Implements GET /1.0/storage-pools/<pool>/volumes/custom/<volume_name>/snapshots/<name>
Implements GET /1.0/storage-pools/<pool>/volumes/custom/<volume_name>/snapshots
:param volume: The storage volume snapshot to get snapshots from
:type volume: pylxd.models.StorageVolume
Expand Down

0 comments on commit 9137f09

Please sign in to comment.