From: Federico Caselli Date: Wed, 28 Dec 2022 12:33:53 +0000 (+0100) Subject: Correct URL import in docs X-Git-Tag: rel_1_4_46~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b879cee072e112f43f70c5b42df4577798a6eb5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Correct URL import in docs Fixes: #9032 Change-Id: I2c4164d8e1c74e0c74a578f4629c714b96761ed5 --- diff --git a/doc/build/core/engines.rst b/doc/build/core/engines.rst index ba800d6983..b0dc2a3cf5 100644 --- a/doc/build/core/engines.rst +++ b/doc/build/core/engines.rst @@ -130,7 +130,7 @@ The :class:`.URL` object is created using the :meth:`_engine.URL.create()` constructor method, passing all fields individually. Special characters such as those within passwords may be passed without any modification:: - from sqlalchemy import URL + from sqlalchemy.engine import URL url_object = URL.create( "postgresql+pg8000",