]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix table.schema version to 1.3.18
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 May 2020 22:55:16 +0000 (18:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 May 2020 22:56:11 +0000 (18:56 -0400)
Fixes: #5338
Change-Id: I12ce8021f5627c306c768b74da991ef4af0a5b55

lib/sqlalchemy/sql/selectable.py

index 0f3d2419166e3516790ed55e48d75469ca7b3f22..bcab46d846e51b29cc12159dd3b12c1b7a90ba0e 100644 (file)
@@ -1945,7 +1945,7 @@ class TableClause(Immutable, FromClause):
 
         :param schema: The schema name for this table.
 
-            .. versionadded:: 1.3.17 :func:`_expression.table` can now
+            .. versionadded:: 1.3.18 :func:`_expression.table` can now
                accept a ``schema`` argument.
         """