From: Federico Caselli Date: Thu, 30 Jan 2025 20:34:00 +0000 (+0100) Subject: remove comma in docstring X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425f45fb285e5994e96a33b458f1a6aa98a8907f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove comma in docstring Change-Id: I135c06ddc16f905835b50cb8ea41f13a1ae2e0be --- diff --git a/lib/sqlalchemy/orm/base.py b/lib/sqlalchemy/orm/base.py index c84f3b1b3f..ae0ba1029d 100644 --- a/lib/sqlalchemy/orm/base.py +++ b/lib/sqlalchemy/orm/base.py @@ -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"""