diff --git a/doc/src/connection.rst b/doc/src/connection.rst index 436d83f7..454f80d7 100644 --- a/doc/src/connection.rst +++ b/doc/src/connection.rst @@ -551,7 +551,7 @@ The ``connection`` class the session. .. doctest:: - :options: NORMALIZE_WHITESPACE + :options: +NORMALIZE_WHITESPACE >>> cur.execute("CREATE TABLE foo (id serial PRIMARY KEY);") >>> pprint(conn.notices)