summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_db/sqlalchemy/utils.py')
-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.