summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Grove <mat@grove.me.uk>2013-01-24 23:03:36 +0000
committerMat Grove <mat@grove.me.uk>2013-01-24 23:04:20 +0000
commitdd357475fbc10d7fb823fe116293c553cfe32733 (patch)
tree38f37afed75cdbcab5a334ce75eeb840cb2189ea
parent7691276b869a86c2b75631d5bede9f61e030d9d8 (diff)
Fix pep8 error.
Change-Id: I91525475e17898d8096d934e3f9a21adc74cfff9
-rw-r--r--keystone/common/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/common/utils.py b/keystone/common/utils.py
index 2c194db5..f3bb3744 100644
--- a/keystone/common/utils.py
+++ b/keystone/common/utils.py
@@ -49,7 +49,7 @@ def read_cached_file(filename, cache_info, reload_func=None):
:param reload_func: optional function to be called with data when
file is reloaded due to a modification.
- :returns: data from file
+ :returns: data from file.
"""
mtime = os.path.getmtime(filename)