From: Carson Ip Date: Fri, 5 Jul 2019 03:14:57 +0000 (+0800) Subject: Fix typo in docstring X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3e4b05744f51ec5d12a2fee1ad6093de904273e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in docstring --- diff --git a/lib/sqlalchemy/orm/strategy_options.py b/lib/sqlalchemy/orm/strategy_options.py index d3ecb2b5bb..5ae60e8549 100644 --- a/lib/sqlalchemy/orm/strategy_options.py +++ b/lib/sqlalchemy/orm/strategy_options.py @@ -506,7 +506,7 @@ class _UnboundLoad(Load): """Represent a loader option that isn't tied to a root entity. The loader option will produce an entity-linked :class:`.Load` - object when it is passed :metfh:`.Query.options`. + object when it is passed :meth:`.Query.options`. This provides compatibility with the traditional system of freestanding options, e.g. ``joinedload('x.y.z')``.