From 49cc6f2f0436c58a751307bb1141017f3d708cde Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 5 Mar 2014 15:49:14 +0200 Subject: [PATCH] Fix typo --- docs/generic_relationship.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/generic_relationship.rst b/docs/generic_relationship.rst index d25a8e1..ba94007 100644 --- a/docs/generic_relationship.rst +++ b/docs/generic_relationship.rst @@ -104,7 +104,6 @@ Now same as before we can add some objects:: We can even test super types:: - # Find any events that are bound to users. session.query(Activity).filter(Event.object.is_type(Employee)).all()