diff options
author | Alex <alex@adnab.me> | 2024-11-19 09:15:03 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-11-19 09:15:03 +0000 |
commit | 747889a0969d3342c54b17f7935b46e692711c5d (patch) | |
tree | 0de6570f757bd9cc6ec3b7a8cf24d867976f796e | |
parent | feb09a4bc6f1bbc74b720d73ba7a7bf1cc9997bf (diff) | |
parent | 2b0bfa9b1825e19a49798634081308b6b2ee085e (diff) | |
download | garage-747889a0969d3342c54b17f7935b46e692711c5d.tar.gz garage-747889a0969d3342c54b17f7935b46e692711c5d.zip |
Merge pull request 'Update Python SDK documentation' (#887) from cryptolukas/garage:fix-python-sdk-docs into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/887
-rw-r--r-- | doc/book/build/python.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/build/python.md b/doc/book/build/python.md index 896c99d3..612394e1 100644 --- a/doc/book/build/python.md +++ b/doc/book/build/python.md @@ -23,7 +23,7 @@ client = minio.Minio( "GKyourapikey", "abcd[...]1234", # Force the region, this is specific to garage - region="region", + region="garage", ) ``` |