From 1b726c48384931c813d254b6451cfb6ea4e5b882 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Mon, 13 Feb 2023 20:16:45 +0100 Subject: [PATCH] fix documentation formatting Change-Id: I3307e1844237b58486dcce334eab80689e116bb8 --- doc/build/changelog/whatsnew_20.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- 2.47.2