From 2b0bfa9b1825e19a49798634081308b6b2ee085e Mon Sep 17 00:00:00 2001 From: Matthias Doering Date: Mon, 14 Oct 2024 17:20:26 +0200 Subject: [PATCH] the old value do not work out of the box --- doc/book/build/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ) ```