File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"""
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments