Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 11b20c5

Browse files
committed
Typo: Swtich -> Switch
1 parent 7ed4743 commit 11b20c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def main(host=None, port=None):
4242
dbusers = client.get_database_users()
4343
print("Get list of database users again: {0}".format(dbusers))
4444

45-
print("Swtich user: " + dbuser)
45+
print("Switch user: " + dbuser)
4646
client.switch_user(dbuser, dbuser_password)
4747

4848
print("Write points: {0}".format(json_body))
@@ -53,7 +53,7 @@ def main(host=None, port=None):
5353

5454
print("Result: {0}".format(result))
5555

56-
print("Swtich user: " + user)
56+
print("Switch user: " + user)
5757
client.switch_user(user, password)
5858

5959
print("Delete database: " + dbname)

0 commit comments

Comments
 (0)