summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/util.py
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2021-01-26 23:12:33 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2021-01-26 23:12:33 +0000
commit25ee5a05df0daeb7dc7ba432172d6abc76ffab56 (patch)
treefb43b3c6b282687dcefb9889b25a4fccff4f5cd9 /lib/sqlalchemy/sql/util.py
parent4f82d5fd9acb770aaa8de37dfbd1295ff014d2ae (diff)
parentf04147d9490df68b1fe1bb53991062d82017f865 (diff)
downloadsqlalchemy-25ee5a05df0daeb7dc7ba432172d6abc76ffab56.tar.gz
Merge "Fix many spell glitches in docstrings and comments"
Diffstat (limited to 'lib/sqlalchemy/sql/util.py')
-rw-r--r--lib/sqlalchemy/sql/util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/sql/util.py b/lib/sqlalchemy/sql/util.py
index df805c557..5f35de5f0 100644
--- a/lib/sqlalchemy/sql/util.py
+++ b/lib/sqlalchemy/sql/util.py
@@ -504,7 +504,7 @@ class _repr_row(_repr_base):
class _repr_params(_repr_base):
"""Provide a string view of bound parameters.
- Truncates display to a given numnber of 'multi' parameter sets,
+ Truncates display to a given number of 'multi' parameter sets,
as well as long values to a given number of characters.
"""
@@ -852,7 +852,7 @@ class ClauseAdapter(visitors.ReplacingExternalTraversal):
):
# we are a SELECT statement and not derived from an alias of a
# table (which nonetheless may be a table our SELECT derives
- # from), so return the alias to prevent futher traversal
+ # from), so return the alias to prevent further traversal
# or
# we are an alias of a table and we are not derived from an
# alias of a table (which nonetheless may be the same table