From 7ca321155ad39465d4d16445d2798b1fb062de8d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 8 Jun 2013 19:48:10 -0400 Subject: [PATCH] fix this example --- doc/build/changelog/migration_09.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst index e9c5f13b6a..cca910a31f 100644 --- a/doc/build/changelog/migration_09.rst +++ b/doc/build/changelog/migration_09.rst @@ -190,8 +190,8 @@ without any subqueries generated:: Company.employees.of_type(employee_alias) ).filter( or_( - Engineer.priamry_language == 'python', - Manager.golf_swing == 'fore' + Engineer.primary_language == 'python', + Manager.manager_name == 'dilbert' ) ) -- 2.47.3