diff --git a/pylxd/models/storage_pool.py b/pylxd/models/storage_pool.py index 6c554d72..5a61b9de 100644 --- a/pylxd/models/storage_pool.py +++ b/pylxd/models/storage_pool.py @@ -731,7 +731,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//volumes/custom//snapshots/ + Implements GET /1.0/storage-pools//volumes/custom//snapshots :param volume: The storage volume snapshot to get snapshots from :type volume: pylxd.models.StorageVolume