From: Federico Caselli Date: Mon, 13 Feb 2023 19:16:45 +0000 (+0100) Subject: fix documentation formatting X-Git-Tag: rel_2_0_4~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b726c48384931c813d254b6451cfb6ea4e5b882;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix documentation formatting Change-Id: I3307e1844237b58486dcce334eab80689e116bb8 --- diff --git a/doc/build/changelog/whatsnew_20.rst b/doc/build/changelog/whatsnew_20.rst index dc58a6710e..4ae88956e6 100644 --- a/doc/build/changelog/whatsnew_20.rst +++ b/doc/build/changelog/whatsnew_20.rst @@ -1940,7 +1940,9 @@ dictionary to apply custom parameters, as in the example below:: col4 = Column(Integer) __tablename__ = "model" -The above model places "id" before all others and "col1" after "id":: +The above model places "id" before all others and "col1" after "id": + +.. sourcecode:: sql CREATE TABLE model ( id INTEGER NOT NULL,