From 5e086e1cf992ebb9fb17bc575bf26587d1172106 Mon Sep 17 00:00:00 2001 From: Mitchell Grice Date: Thu, 4 Mar 2021 13:37:10 +1000 Subject: [PATCH] Minor docs typo --- docs/source/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 3466854..4afb449 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -51,6 +51,6 @@ Getting Started .. code-block:: python - from sqlalchemy_postgresql_audit install_audit_triggers + from sqlalchemy_postgresql_audit import install_audit_triggers install_audit_triggers(metadata, engine)