diff --git a/docs/topics/db/examples/one_to_one.txt b/docs/topics/db/examples/one_to_one.txt index 43bb2fcc62..0380975cda 100644 --- a/docs/topics/db/examples/one_to_one.txt +++ b/docs/topics/db/examples/one_to_one.txt @@ -147,7 +147,6 @@ This of course works in reverse:: Add a Waiter to the Restaurant:: >>> w = r.waiter_set.create(name='Joe') - >>> w.save() >>> w