Fix the doc error in "using-session"

Change-Id: I75bf2d6419f99bccb40ed372bde0e86be2a47b85
This commit is contained in:
wangxiyuan 2016-07-28 16:47:32 +08:00
parent 86e010cc83
commit 313006a4d5
1 changed files with 2 additions and 2 deletions

View File

@ -169,9 +169,9 @@ APIs or disallowing deprecated APIs, you can use the ``allow`` parameter::
The discoverable types of endpoints that `allow` can recognize are:
- `allow_deprecated`: Allow experimental version endpoints.
- `allow_deprecated`: Allow deprecated version endpoints.
- `allow_experimental`: Allow deprecated version endpoints.
- `allow_experimental`: Allow experimental version endpoints.
- `allow_unknown`: Allow endpoints with an unrecognised status.