From cb70f7d10996b844154bf3da88779dd1f65590bc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 26 Aug 2019 07:04:14 +0200 Subject: [PATCH] Corrected .views_names() -> .view_names() --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ea4b13c..02b5e41 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ Ability to introspect and run queries against views (`#54 `__) -- ``db.views_names()`` method and and ``db.views`` property +- ``db.view_names()`` method and and ``db.views`` property - Separate ``View`` and ``Table`` classes, both subclassing new ``Queryable`` class - ``view.drop()`` method