summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.