Skip to content

Commit 91f671f

Browse files
Address suggestions
1 parent 2304843 commit 91f671f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/groups/linode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def instance_create(
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 all of root_pass, authorized_users,and
298+
will be returned as a tuple. If all of root_pass, authorized_users, and
299299
authorized_keys are not provided when an image is specified,
300300
a ValueError will be raised.
301301
:type root_pass: str

0 commit comments

Comments
 (0)