summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/elements.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/sql/elements.py')
-rw-r--r--lib/sqlalchemy/sql/elements.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py
index cdb1dbca8..169a6d846 100644
--- a/lib/sqlalchemy/sql/elements.py
+++ b/lib/sqlalchemy/sql/elements.py
@@ -450,8 +450,9 @@ class ClauseElement(
return self
def _ungroup(self):
- """Return this :class:`_expression.ClauseElement` """
- """without any groupings."""
+ """Return this :class:`_expression.ClauseElement`
+ without any groupings.
+ """
return self