Correct typo in docs

In the "special checks" section, 'role' and 'rule' are keywords
and should not be enclosed in '< >'.

Change-Id: Ia3c1b47f1c8452bcca62961de4414d21d7ebf481
This commit is contained in:
Brian Rosmaita 2018-11-26 15:15:26 -05:00
parent a102757726
commit 64f3501c0e
2 changed files with 4 additions and 4 deletions

View File

@ -194,10 +194,10 @@ Rules can be:
Special checks are:
- ``<role>:<role name>``, a test whether the API credentials contain
- ``role:<role name>``, a test whether the API credentials contain
this role.
- ``<rule>:<rule name>``, the definition of an alias.
- ``rule:<rule name>``, the definition of an alias.
- ``http:<target URL>``, which delegates the check to a remote server.
The API is authorized when the server returns True.

View File

@ -186,10 +186,10 @@ Rules can be:
Special checks are:
- ``<role>:<role name>``, a test whether the API credentials contain
- ``role:<role name>``, a test whether the API credentials contain
this role.
- ``<rule>:<rule name>``, the definition of an alias.
- ``rule:<rule name>``, the definition of an alias.
- ``http:<target URL>``, which delegates the check to a remote server.
The API is authorized when the server returns True.