summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorahdj007 <dong.juan1@zte.com.cn>2016-12-29 17:27:39 +0800
committerahdj007 <dong.juan1@zte.com.cn>2016-12-29 17:35:03 +0800
commitceba339b6aa442d2bcca09e48957fbdfa970a26c (patch)
tree7f89efea86d6fd7a524bdc6f2a5f9f52ced60938
parent3af223a17e5a15a43a97722dde55afc50995cd53 (diff)
downloadoslo-db-ceba339b6aa442d2bcca09e48957fbdfa970a26c.tar.gz
Modify word "whetever" to "whether"
Change-Id: I627b1fd01d01d79ed4a4fe131f5edec733703635
-rw-r--r--oslo_db/sqlalchemy/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_db/sqlalchemy/utils.py b/oslo_db/sqlalchemy/utils.py
index 1dd9767..5adbd22 100644
--- a/oslo_db/sqlalchemy/utils.py
+++ b/oslo_db/sqlalchemy/utils.py
@@ -118,7 +118,7 @@ def get_unique_keys(model):
def _stable_sorting_order(model, sort_keys):
- """Check whetever the sorting order is stable.
+ """Check whether the sorting order is stable.
:return: True if it is stable, False if it's not, None if it's impossible
to determine.