Skip to content

Commit 2304843

Browse files
Fix docstring
1 parent 82dd267 commit 2304843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linode_api4/groups/linode.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,13 +290,13 @@ def instance_create(
290290
:param region: The Region in which we are creating the Instance
291291
:type region: str or Region
292292
:param image: The Image to deploy to this Instance. If this is provided,
293-
at least one of root_pass or authorized_keys must also be
293+
at least one of root_pass, authorized_users, or authorized_keys must also be
294294
provided.
295295
:type image: str or Image
296296
:param root_pass: The root password for the new Instance. If an image is
297297
provided and root_pass is given, the Instance and password
298-
will be returned as a tuple. If neither root_pass nor
299-
authorized_keys is provided when an image is specified,
298+
will be returned as a tuple. If all of root_pass, authorized_users,and
299+
authorized_keys are not provided when an image is specified,
300300
a ValueError will be raised.
301301
:type root_pass: str
302302
:param stackscript: The StackScript to deploy to the new Instance. If

0 commit comments

Comments
 (0)