]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo in validates docs (#9983)
authorFederico Caselli <CaselIT@users.noreply.github.com>
Tue, 20 Jun 2023 17:52:06 +0000 (19:52 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2023 17:52:06 +0000 (19:52 +0200)
lib/sqlalchemy/orm/mapper.py

index cf9256f63ea8e3e2eed4b3387c0a53ae41dd9c22..dcf464896b0c1a0100bd8fc7565a4eb5bc925ebe 100644 (file)
@@ -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::