From f17a3cdb63f24ecee5b8af52554f33446568ac36 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Mon, 26 Feb 2024 22:16:38 +0100 Subject: [PATCH] fix typos in docs Change-Id: Iaba3c5979af626055acb0068cc8aac0c7334b0e0 (cherry picked from commit 8a171bb3391e916d19ddf853dc2f9f5e5756c16e) --- doc/build/orm/mapping_styles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2