]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove comma in docstring
authorFederico Caselli <cfederico87@gmail.com>
Thu, 30 Jan 2025 20:34:00 +0000 (21:34 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 30 Jan 2025 20:34:00 +0000 (21:34 +0100)
Change-Id: I135c06ddc16f905835b50cb8ea41f13a1ae2e0be

lib/sqlalchemy/orm/base.py

index c84f3b1b3f83d93044acc06a1cf61a005f58222f..ae0ba1029d14577a1bc25818008ff5ae4d4198b2 100644 (file)
@@ -145,7 +145,7 @@ class PassiveFlag(FastIntFlag):
     """
 
     NO_AUTOFLUSH = 64
-    """Loader callables should disable autoflush.""",
+    """Loader callables should disable autoflush."""
 
     NO_RAISE = 128
     """Loader callables should not raise any assertions"""