Skip to content

Commit 7c99bb3

Browse files
committed
wording
1 parent 4a9be3f commit 7c99bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hcloud/storage_boxes/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def get_snapshot_list(
642642
643643
See https://docs.hetzner.cloud/reference/hetzner#storage-box-snapshots-list-snapshots
644644
645-
:param storage_box: Storage Box to get the Snapshot from.
645+
:param storage_box: Storage Box to get the Snapshots from.
646646
:param name: Filter resources by their name. The response will only contain the resources matching exactly the specified name.
647647
:param is_automatic: Filter wether the snapshot was made by a Snapshot Plan.
648648
:param label_selector: Filter resources by labels. The response will only contain resources matching the label selector.
@@ -684,7 +684,7 @@ def get_snapshot_all(
684684
685685
See https://docs.hetzner.cloud/reference/hetzner#storage-box-snapshots-list-snapshots
686686
687-
:param storage_box: Storage Box to get the Snapshot from.
687+
:param storage_box: Storage Box to get the Snapshots from.
688688
:param name: Filter resources by their name. The response will only contain the resources matching exactly the specified name.
689689
:param is_automatic: Filter wether the snapshot was made by a Snapshot Plan.
690690
:param label_selector: Filter resources by labels. The response will only contain resources matching the label selector.

0 commit comments

Comments
 (0)