Skip to content

Commit b69b0b8

Browse files
committed
Fix typo in docs
1 parent b35c98d commit b69b0b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/managers/vs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def create_instance(self, **kwargs):
449449
incur a fee on your account.
450450
:param int public_vlan: The ID of the public VLAN on which you want
451451
this VS placed.
452-
:param int private_vlan: The ID of the public VLAN on which you want
452+
:param int private_vlan: The ID of the private VLAN on which you want
453453
this VS placed.
454454
:param list disks: A list of disk capacities for this server.
455455
:param string post_uri: The URI of the post-install script to run

0 commit comments

Comments
 (0)