]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix MovedIn20Warning docstring (#12237)
authorJuang, Yi-Lin <frankyjuang@gmail.com>
Fri, 10 Jan 2025 22:27:49 +0000 (15:27 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Jan 2025 22:27:49 +0000 (23:27 +0100)
Remove reference of RemovedIn20Warning

lib/sqlalchemy/exc.py

index 71e5dd81e0bb1bb2ef74a027fe99a44db6d9f96c..d27324475eb64fcab3249164a25de69e6316c0e3 100644 (file)
@@ -813,7 +813,7 @@ class LegacyAPIWarning(Base20DeprecationWarning):
 
 
 class MovedIn20Warning(Base20DeprecationWarning):
-    """Subtype of RemovedIn20Warning to indicate an API that moved only."""
+    """Subtype of Base20DeprecationWarning to indicate an API that moved only."""
 
 
 class SAPendingDeprecationWarning(PendingDeprecationWarning):