diff --git a/docs/docs/iam.rst b/docs/docs/iam.rst index 1aab29e43..b2e65158e 100644 --- a/docs/docs/iam.rst +++ b/docs/docs/iam.rst @@ -4,7 +4,7 @@ IAM-like Access Control ======================= -Moto also has the ability to authenticate and authorize actions, just like it's done by IAM in AWS. This functionality can be enabled by either setting the `INITIAL_NO_AUTH_ACTION_COUNT` environment variable or using the `set_initial_no_auth_action_count` decorator. Note that the current implementation is very basic, see `the source code `_ for more information. +Moto also has the ability to authenticate and authorize actions, just like it's done by IAM in AWS. This functionality can be enabled by either setting the `INITIAL_NO_AUTH_ACTION_COUNT` environment variable or using the `set_initial_no_auth_action_count` decorator. Note that the current implementation is very basic, see `the source code `_ for more information. `INITIAL_NO_AUTH_ACTION_COUNT` ------------------------------ @@ -44,4 +44,4 @@ This is a decorator that works similarly to the environment variable, but the se assert len(instances) == 0 -See `the related test suite `_ for more examples. \ No newline at end of file +See `the related test suite `_ for more examples.