From ac5ccb7e8560832beb8ec5fdeaab90816cb05973 Mon Sep 17 00:00:00 2001 From: Leo Thorp Date: Wed, 14 Jul 2021 04:14:38 -0500 Subject: [PATCH] typo --- doc/build/orm/basic_relationships.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2