Skip to content

Commit

Permalink
Fix typo from "addreses" to "addresses"
Browse files Browse the repository at this point in the history
  • Loading branch information
rach committed Apr 7, 2016
1 parent 829bd30 commit c8db086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sqlalchemy/orm/strategy_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def load_only(loadopt, *attrs):
``Address`` object load only the ``email_address`` attribute::
session.query(User).options(
subqueryload("addreses").load_only("email_address")
subqueryload("addresses").load_only("email_address")
)
For a :class:`.Query` that has multiple entities, the lead entity can be
Expand Down

0 comments on commit c8db086

Please sign in to comment.