summaryrefslogtreecommitdiff
path: root/trove/common/utils.py
diff options
context:
space:
mode:
authoryuhui_inspur <yuhui@inspur.com>2017-03-10 00:20:08 -0800
committeryuhui <yuhui@inspur.com>2017-03-30 03:43:59 +0000
commitcf3a867872cae5caaf7104476cf948c6abedb67f (patch)
tree1543fdee9812861c3ed0b0640881b37ce8b9e737 /trove/common/utils.py
parent03091f1c58908f48ad3baee8e34ccff66eb293ba (diff)
downloadtrove-cf3a867872cae5caaf7104476cf948c6abedb67f.tar.gz
Fix a few typos
Fix a few typos. Change-Id: I90678653d14afb0c21b7ca3f973ce8b417b22add
Diffstat (limited to 'trove/common/utils.py')
-rw-r--r--trove/common/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/common/utils.py b/trove/common/utils.py
index d846b97b..449c4436 100644
--- a/trove/common/utils.py
+++ b/trove/common/utils.py
@@ -123,7 +123,7 @@ class cached_property(object):
Taken from : https://github.com/nshah/python-memoize
The function wrapped is called the first time to retrieve the result
- and than that calculated result is used the next time you access
+ and then that calculated result is used the next time you access
the value:
class Foo(object):