Skip to content

Commit 9fe27ca

Browse files
Merge pull request #1513 from allmightyspiff/issues1512
Fixed some doc block issues when generating HTML
2 parents 4e4088e + adee15c commit 9fe27ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SoftLayer/API.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'BaseClient',
3232
'API_PUBLIC_ENDPOINT',
3333
'API_PRIVATE_ENDPOINT',
34+
'IAMClient',
3435
]
3536

3637
VALID_CALL_ARGS = set((

SoftLayer/managers/hardware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ def get_maintenance_windows_detail(self, location_id):
901901
"""Get the disks prices to be added or upgraded.
902902
903903
:param int location_id: Hardware Server location id.
904-
:return int.
904+
:return int:
905905
"""
906906
result = None
907907
begin_date_object = datetime.datetime.now()

0 commit comments

Comments
 (0)