Skip to content

Commit deac366

Browse files
committed
docs
1 parent 9e3f9ce commit deac366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hcloud/storage_boxes/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def get_subaccount_by_username(
859859
See https://docs.hetzner.cloud/reference/hetzner#storage-box-subaccounts-list-subaccounts
860860
861861
:param storage_box: Storage Box to get the Subaccount from.
862-
:param name: User name of the Subaccount.
862+
:param username: User name of the Subaccount.
863863
"""
864864
return self._get_first_by(
865865
self.get_subaccount_list,

0 commit comments

Comments
 (0)