Skip to content

Commit ecd5d1b

Browse files
Fix post_uri parameter name on docstring
1 parent f5bb75a commit ecd5d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/managers/hardware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def reload(self, hardware_id, post_uri=None, ssh_keys=None):
268268
"""Perform an OS reload of a server with its current configuration.
269269
270270
:param integer hardware_id: the instance ID to reload
271-
:param string post_url: The URI of the post-install script to run
271+
:param string post_uri: The URI of the post-install script to run
272272
after reload
273273
:param list ssh_keys: The SSH keys to add to the root user
274274
"""

0 commit comments

Comments
 (0)