diff --git a/doc/examples/quickstart.py b/doc/examples/quickstart.py index 614606f8..3c49ffe4 100644 --- a/doc/examples/quickstart.py +++ b/doc/examples/quickstart.py @@ -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]