From b370de69eb0682a822970225c5c46584fae440a2 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 5 Jul 2011 19:33:05 -0400 Subject: [PATCH] another typo --- doc/build/core/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/core/tutorial.rst b/doc/build/core/tutorial.rst index ae4806b7fd..dbac1c2fd6 100644 --- a/doc/build/core/tutorial.rst +++ b/doc/build/core/tutorial.rst @@ -812,7 +812,7 @@ In SQLAlchemy, any :class:`.Table`, :func:`.select` construct, or other selectable can be turned into an alias using the :meth:`.FromClause.alias` method, which produces a :class:`.Alias` construct. As an example, suppose we know that our user ``jack`` has two particular email addresses. How can we locate jack based on the combination of those two -addresses? To accomplish this, we'd use a join to the ``addresses` table, +addresses? To accomplish this, we'd use a join to the ``addresses`` table, once for each address. We create two :class:`.Alias` constructs against ``addresses``, and then use them both within a :func:`.select` construct: -- 2.39.5