diff --git a/README.rst b/README.rst index eb91aca8fc..4bb74e1621 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,7 @@ Then, set up a default region (in e.g. ``~/.aws/config``): .. code-block:: ini [default] - region=us-east-1 + region = us-east-1 Other credential configuration methods can be found `here `__