]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix typo in suffix_with() docs, fixes #3502
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Jul 2015 20:54:02 +0000 (16:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Jul 2015 20:54:02 +0000 (16:54 -0400)
lib/sqlalchemy/sql/selectable.py

index 245c548171fb61e7c3c8ef9e964009ca570dfed1..bfba35de14882632d9f051678d810f524ec1e0a3 100644 (file)
@@ -224,7 +224,7 @@ class HasSuffixes(object):
             stmt = select([col1, col2]).cte().suffix_with(
                 "cycle empno set y_cycle to 1 default 0", dialect="oracle")
 
-        Multiple prefixes can be specified by multiple calls
+        Multiple suffixes can be specified by multiple calls
         to :meth:`.suffix_with`.
 
         :param \*expr: textual or :class:`.ClauseElement` construct which