Skip to content

Commit

Permalink
Fix typo (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Aug 9, 2023
1 parent 01cfb9e commit 4744f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/examples/quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
)

URL = "http://localhost:6666"
CREDENTAILS = {"default": {"username": "w", "password": "write"}}
CREDENTIALS = {"default": {"username": "w", "password": "write"}}

bucketfs = Service(URL, CREDENTAILS)
bucketfs = Service(URL, CREDENTIALS)

# 0. List buckets
buckets = [bucket for bucket in bucketfs]
Expand Down

0 comments on commit 4744f51

Please sign in to comment.