Fix rendering of a SQL example in indexable examples (#12751)

This commit is contained in:
Denis Laxalde
2025-07-26 18:02:46 +02:00
committed by GitHub
parent 9e1070fbac
commit fc2debe97e
+1
View File
@@ -216,6 +216,7 @@ for indexed access, instead of the usual index operator of ``->``::
>>> query = session.query(Person).filter(Person.age < 20)
The above query will render:
.. sourcecode:: sql
SELECT person.id, person.data