]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
avoid confusion in rst comment
authorFederico Caselli <cfederico87@gmail.com>
Wed, 18 Jan 2023 22:02:36 +0000 (23:02 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 18 Jan 2023 22:02:48 +0000 (23:02 +0100)
Change-Id: I6e971f7445ae19f73097516b58776ab05a5371f1

doc/build/tutorial/metadata.rst

index 5d1733fc6f7a4d805f7aa5578835be0ce5a3c045..730190be31e2faf42c25188be83789b4d10d72b5 100644 (file)
@@ -53,7 +53,7 @@ constructed programmatically, either directly by using the
 option to load some or all table information from an existing database,
 called :term:`reflection`.
 
-.. note:  the word "simply" is used below.  While I dont like this word, I am
+.. comment:  the word "simply" is used below.  While I dont like this word, I am
    using it here to stress that creating the MetaData directly will not
    introduce complexity (as long as one knows to associate it w/ declarative
    base)