From: Federico Caselli Date: Tue, 20 Jun 2023 17:52:06 +0000 (+0200) Subject: fix typo in validates docs (#9983) X-Git-Tag: rel_2_0_17~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebd7f691172252e3666d336925dfff2626712cfe;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in validates docs (#9983) --- diff --git a/lib/sqlalchemy/orm/mapper.py b/lib/sqlalchemy/orm/mapper.py index cf9256f63e..dcf464896b 100644 --- a/lib/sqlalchemy/orm/mapper.py +++ b/lib/sqlalchemy/orm/mapper.py @@ -4349,7 +4349,7 @@ def validates( attribute operation. .. versionchanged:: 2.0.16 This paramter inadvertently defaulted to - ``False `` for releases 2.0.0 through 2.0.15. Its correct default + ``False`` for releases 2.0.0 through 2.0.15. Its correct default of ``True`` is restored in 2.0.16. .. seealso::