Skip to content

Commit 2aa8efc

Browse files
ka7klemens
andauthored
spelling fixes (#90)
Co-authored-by: klemens <[email protected]>
1 parent 2233bb4 commit 2aa8efc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hcloud/actions/domain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Action(BaseDomain):
1414
:param started: Point in time when the action was started
1515
:param datetime,None finished: Point in time when the action was finished. Only set if the action is finished otherwise None
1616
:param resources: Resources the action relates to
17-
:param error: Error message for the action if error occured, otherwise None.
17+
:param error: Error message for the action if error occurred, otherwise None.
1818
"""
1919
STATUS_RUNNING = "running"
2020
"""Action Status running"""

hcloud/floating_ips/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def create(self,
244244
labels=None, # type: Optional[str]
245245
home_location=None, # type: Optional[Location]
246246
server=None, # type: Optional[Server]
247-
name=None, # type: Optinal[str]
247+
name=None, # type: Optional[str]
248248
):
249249
# type: (...) -> CreateFloatingIPResponse
250250
"""Creates a new Floating IP assigned to a server.

0 commit comments

Comments
 (0)