From: Federico Caselli Date: Mon, 26 Feb 2024 21:16:38 +0000 (+0100) Subject: fix typos in docs X-Git-Tag: rel_2_0_28~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17a3cdb63f24ecee5b8af52554f33446568ac36;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typos in docs Change-Id: Iaba3c5979af626055acb0068cc8aac0c7334b0e0 (cherry picked from commit 8a171bb3391e916d19ddf853dc2f9f5e5756c16e) --- diff --git a/doc/build/orm/mapping_styles.rst b/doc/build/orm/mapping_styles.rst index 4e3e318379..8a4b8aece8 100644 --- a/doc/build/orm/mapping_styles.rst +++ b/doc/build/orm/mapping_styles.rst @@ -459,7 +459,7 @@ below. attributes (``x`` and ``y`` in this case) might change. Other forms of the above pattern include Python standard library - :ref:`cached_property ` + `cached_property `_ decorator (which is cached, and not re-computed each time), as well as SQLAlchemy's :class:`.hybrid_property` decorator which allows for attributes that can work for SQL querying as well.