summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-04-06 18:49:58 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-04-06 18:51:11 -0400
commitd510c4f1711c060a1992dffbc1f1ec36ea8e8f81 (patch)
tree1d0b8abaa3df4e185aafb045db54b2ee19de78a7
parent6a485acaa914933158ca4d28fb305d64c901b728 (diff)
downloadsqlalchemy-d510c4f1711c060a1992dffbc1f1ec36ea8e8f81.tar.gz
change sql to schema
Change-Id: Ida93320d9b57e076786acc73a1c835cf1961675f (cherry picked from commit dea0ac910ff941d5bbba0d922fb6eff5890d197c)
-rw-r--r--doc/build/changelog/unreleased_13/6135.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/build/changelog/unreleased_13/6135.rst b/doc/build/changelog/unreleased_13/6135.rst
index 12fb9eb23..942b04edf 100644
--- a/doc/build/changelog/unreleased_13/6135.rst
+++ b/doc/build/changelog/unreleased_13/6135.rst
@@ -1,10 +1,10 @@
.. change::
- :tags: sql, bug
+ :tags: schema, bug
:tickets: 6135
:versions: 1.4.6
- The :class:`_sql.Table` object now raises an informative error message if
- it is instantiated without passing at least the :paramref:`_sql.Table.name`
- and :paramref:`_sql.Table.metadata` arguments positionally. Previously, if
+ The :class:`_schema.Table` object now raises an informative error message if
+ it is instantiated without passing at least the :paramref:`_schema.Table.name`
+ and :paramref:`_schema.Table.metadata` arguments positionally. Previously, if
these were passed as keyword arguments, the object would silently fail to
initialize correctly.