From ceba339b6aa442d2bcca09e48957fbdfa970a26c Mon Sep 17 00:00:00 2001 From: ahdj007 Date: Thu, 29 Dec 2016 17:27:39 +0800 Subject: Modify word "whetever" to "whether" Change-Id: I627b1fd01d01d79ed4a4fe131f5edec733703635 --- oslo_db/sqlalchemy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1