summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/langhelpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/util/langhelpers.py')
-rw-r--r--lib/sqlalchemy/util/langhelpers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/util/langhelpers.py b/lib/sqlalchemy/util/langhelpers.py
index 56e1304e3..1bc3c00de 100644
--- a/lib/sqlalchemy/util/langhelpers.py
+++ b/lib/sqlalchemy/util/langhelpers.py
@@ -1415,7 +1415,7 @@ def warn(msg):
def warn_limited(msg, args):
- """Issue a warning with a paramterized string, limiting the number
+ """Issue a warning with a parameterized string, limiting the number
of registrations.
"""
@@ -1525,7 +1525,7 @@ def wrap_callable(wrapper, fn):
def quoted_token_parser(value):
- """Parse a dotted identifier with accomodation for quoted names.
+ """Parse a dotted identifier with accommodation for quoted names.
Includes support for SQL-style double quotes as a literal character.