Skip to content

Commit dabb8c7

Browse files
committed
Test all of Usage documentation
1 parent 0889546 commit dabb8c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/crud.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ DELETE
132132

133133
Delete node with id==4
134134

135-
.. code-block:: python
135+
.. testcode::
136136

137137
node = session.query(Tree).filter(Tree.id == 4).one()
138138
session.delete(node)

0 commit comments

Comments
 (0)