]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Run format_docs_code.py per review
authorChristopher Jones <christopher.jones@oracle.com>
Mon, 11 Nov 2024 20:43:52 +0000 (07:43 +1100)
committerChristopher Jones <christopher.jones@oracle.com>
Mon, 11 Nov 2024 20:43:52 +0000 (07:43 +1100)
doc/build/core/engines.rst

index 3f9031bbc96c3fa44bf8f85c99ff99445d08f4fc..39380f1b6ac9580bf27b461377ea942cc2fce16f 100644 (file)
@@ -202,7 +202,9 @@ Oracle
 
 The preferred Oracle dialect uses the python-oracledb driver as the DBAPI::
 
-      engine = create_engine("oracle+oracledb://scott:tiger@127.0.0.1:1521/?service_name=freepdb1")
+      engine = create_engine(
+          "oracle+oracledb://scott:tiger@127.0.0.1:1521/?service_name=freepdb1"
+      )
 
       engine = create_engine("oracle+oracledb://scott:tiger@tnsalias")