Skip to content

Commit 62af074

Browse files
authored
Fixed typo in create_server example (#79)
1 parent a4a60b0 commit 62af074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/create_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
response = client.servers.create(name="my-server", server_type=ServerType("cx11"), image=Image(name="ubuntu-18.04"))
77
server = response.server
88
print(server)
9-
print("Root Passwort" + response.root_password)
9+
print("Root Password" + response.root_password)

0 commit comments

Comments
 (0)