aboutsummaryrefslogtreecommitdiff
path: root/doc/book/build/python.md
diff options
context:
space:
mode:
authorMatthias Doering <matthias.doering@mldsc.de>2024-10-14 17:20:26 +0200
committerMatthias Doering <matthias.doering@mldsc.de>2024-10-14 17:20:26 +0200
commit2b0bfa9b1825e19a49798634081308b6b2ee085e (patch)
tree095c0148b37f276709c6de45d2e3057d8a02a54d /doc/book/build/python.md
parenta18b3f0d1fb932df5abce6f5e79169ca01006e3b (diff)
downloadgarage-2b0bfa9b1825e19a49798634081308b6b2ee085e.tar.gz
garage-2b0bfa9b1825e19a49798634081308b6b2ee085e.zip
the old value do not work out of the box
Diffstat (limited to 'doc/book/build/python.md')
-rw-r--r--doc/book/build/python.md2
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",
)
```