From dea0ac910ff941d5bbba0d922fb6eff5890d197c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 6 Apr 2021 18:49:58 -0400 Subject: [PATCH] change sql to schema Change-Id: Ida93320d9b57e076786acc73a1c835cf1961675f --- doc/build/changelog/unreleased_13/6135.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/build/changelog/unreleased_13/6135.rst b/doc/build/changelog/unreleased_13/6135.rst index 12fb9eb239..942b04edf9 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. -- 2.47.2