]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo 6761/head
authorLeo Thorp <leothorp@users.noreply.github.com>
Wed, 14 Jul 2021 09:14:38 +0000 (04:14 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 09:14:38 +0000 (04:14 -0500)
doc/build/orm/basic_relationships.rst

index 287b3e11768351176e8106ea43c35cd47e70fe00..1fc9b58d688701d073aa3b34d77f0ae7b0997a09 100644 (file)
@@ -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