From: Leo Thorp Date: Wed, 14 Jul 2021 09:14:38 +0000 (-0500) Subject: typo X-Git-Tag: rel_1_4_21~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6761%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/doc/build/orm/basic_relationships.rst b/doc/build/orm/basic_relationships.rst index 287b3e1176..1fc9b58d68 100644 --- a/doc/build/orm/basic_relationships.rst +++ b/doc/build/orm/basic_relationships.rst @@ -548,7 +548,7 @@ undefined class may also be specified either as Python functions, or more commonly as strings. For most of these arguments except that of the main argument, string inputs are **evaluated as Python expressions using Python's built-in eval() function**, -as they are intended to recieve complete SQL expressions. +as they are intended to receive complete SQL expressions. .. warning:: As the Python ``eval()`` function is used to interpret the late-evaluated string arguments passed to :func:`_orm.relationship` mapper