From cea03be855514d592b6671fa6dbc074a19a795fb Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 14 Apr 2020 13:15:21 -0400 Subject: Run search and replace of symbolic module names Replaces a wide array of Sphinx-relative doc references with an abbreviated absolute form now supported by zzzeeksphinx. Change-Id: I94bffcc3f37885ffdde6238767224296339698a2 --- lib/sqlalchemy/sql/annotation.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/sqlalchemy/sql/annotation.py') diff --git a/lib/sqlalchemy/sql/annotation.py b/lib/sqlalchemy/sql/annotation.py index d895e730c..891b8ae09 100644 --- a/lib/sqlalchemy/sql/annotation.py +++ b/lib/sqlalchemy/sql/annotation.py @@ -64,7 +64,8 @@ class SupportsCloneAnnotations(SupportsAnnotations): return new def _deannotate(self, values=None, clone=False): - """return a copy of this :class:`.ClauseElement` with annotations + """return a copy of this :class:`_expression.ClauseElement` + with annotations removed. :param values: optional tuple of individual values @@ -98,7 +99,8 @@ class SupportsWrappingAnnotations(SupportsAnnotations): return Annotated(self, values) def _deannotate(self, values=None, clone=False): - """return a copy of this :class:`.ClauseElement` with annotations + """return a copy of this :class:`_expression.ClauseElement` + with annotations removed. :param values: optional tuple of individual values -- cgit v1.2.1