diff options
author | Randy Barlow <randy@electronsweatshop.com> | 2016-10-10 16:42:21 -0400 |
---|---|---|
committer | Randy Barlow <randy@electronsweatshop.com> | 2016-10-10 16:42:21 -0400 |
commit | d1a5f3d3774043082aee699f7ca2204a3757fec3 (patch) | |
tree | aad8adc7cc5e85073d7c646fb4ced28af2f97b8d | |
parent | 4b94ee113baab901aee881ad94851587c912f785 (diff) | |
download | sqlalchemy-pr/313.tar.gz |
Fix a minor grammatical error in the ORM tutorial.pr/313
-rw-r--r-- | doc/build/orm/tutorial.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/orm/tutorial.rst b/doc/build/orm/tutorial.rst index a6eb9d196..95588a480 100644 --- a/doc/build/orm/tutorial.rst +++ b/doc/build/orm/tutorial.rst @@ -1780,8 +1780,8 @@ of loading by default, see the section :doc:`/orm/loading_relationships`. Deleting ======== -Let's try to delete ``jack`` and see how that goes. We'll mark as deleted in -the session, then we'll issue a ``count`` query to see that no rows remain: +Let's try to delete ``jack`` and see how that goes. We'll mark him as deleted +in the session, then we'll issue a ``count`` query to see that no rows remain: .. sourcecode:: python+sql |