summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2015-07-16 10:40:06 -0500
committerBrant Knudson <bknudson@us.ibm.com>2015-07-16 10:40:06 -0500
commit3a44650a047009735bea7b4620fd406d3e4dbd94 (patch)
tree777e636355fa6a268cba86d851ac8235b3e40308
parent148782ee4fe5b6993ab3889bd20e6f0520ed3cf8 (diff)
downloadkeystonemiddleware-3a44650a047009735bea7b4620fd406d3e4dbd94.tar.gz
Fix rst
:: is used to introduce a formatted section and isn't needed for a list. Change-Id: Ic1f2b38c9de87eb041ab0ec937a66391899e34e5
-rw-r--r--keystonemiddleware/auth_token/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystonemiddleware/auth_token/__init__.py b/keystonemiddleware/auth_token/__init__.py
index c5dea9e..d1d01f5 100644
--- a/keystonemiddleware/auth_token/__init__.py
+++ b/keystonemiddleware/auth_token/__init__.py
@@ -918,7 +918,7 @@ class AuthProtocol(_BaseAuthProtocol):
def _determine_project(self):
"""Determine a project name from all available config sources.
- The sources are checked in the following order::
+ The sources are checked in the following order:
1. The paste-deploy config for auth_token middleware
2. The keystone_authtoken in the project's config