summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-09 04:03:33 +0000
committerGerrit Code Review <review@openstack.org>2014-10-09 04:03:33 +0000
commit53103c2cfd433f53deabf7c67aef75baba71a746 (patch)
tree340e6aec71dbd03ece2e5664e66332bcb1b688cd
parentc9c8a8c51d573abc09f0ede647e0beefb4208ae7 (diff)
parentd20cb633506913bb7c6ecb57400bb74dc7b579a8 (diff)
downloadkeystone-53103c2cfd433f53deabf7c67aef75baba71a746.tar.gz
Merge "Updates package comment to be more accurate."
-rw-r--r--keystone/token/backends/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystone/token/backends/__init__.py b/keystone/token/backends/__init__.py
index 606588765..927ecc97d 100644
--- a/keystone/token/backends/__init__.py
+++ b/keystone/token/backends/__init__.py
@@ -10,6 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-# NOTE(morganfainberg): This module is for transition from the old token
-# backend package location to the new one. This module is slated for removal
+# NOTE(morganfainberg): This package is for transition from the old token
+# backend package location to the new one. This package is slated for removal
# in the Kilo development cycle.