diff options
| author | Leo Thorp <leothorp@users.noreply.github.com> | 2021-07-14 04:14:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-14 04:14:38 -0500 |
| commit | ac5ccb7e8560832beb8ec5fdeaab90816cb05973 (patch) | |
| tree | 528768676f025845873f997495ded0e243e44430 | |
| parent | 3a245450da476daae464629aeae3b162fe5e29e5 (diff) | |
| download | sqlalchemy-ac5ccb7e8560832beb8ec5fdeaab90816cb05973.tar.gz | |
typo
| -rw-r--r-- | doc/build/orm/basic_relationships.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/basic_relationships.rst b/doc/build/orm/basic_relationships.rst index 287b3e117..1fc9b58d6 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 |
