]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in docstring
authorCarson Ip <carsonip@users.noreply.github.com>
Fri, 5 Jul 2019 03:14:57 +0000 (11:14 +0800)
committerGitHub <noreply@github.com>
Fri, 5 Jul 2019 03:14:57 +0000 (11:14 +0800)
lib/sqlalchemy/orm/strategy_options.py

index d3ecb2b5bbf2000da3151d54e8390039a055ec3c..5ae60e8549c81d22b3610275e36fac36bac17f68 100644 (file)
@@ -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')``.