Skip to content

Commit c15db0e

Browse files
Merge pull request #1050 from Jorge-Rodriguez/master
Fix `post_uri` parameter name on docstring
2 parents f5bb75a + ecd5d1b commit c15db0e

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)