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/crud.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/sqlalchemy/sql/crud.py') diff --git a/lib/sqlalchemy/sql/crud.py b/lib/sqlalchemy/sql/crud.py index 114dbec9e..4d14497c1 100644 --- a/lib/sqlalchemy/sql/crud.py +++ b/lib/sqlalchemy/sql/crud.py @@ -24,10 +24,10 @@ REQUIRED = util.symbol( """ Placeholder for the value within a :class:`.BindParameter` which is required to be present when the statement is passed -to :meth:`.Connection.execute`. +to :meth:`_engine.Connection.execute`. -This symbol is typically used when a :func:`.expression.insert` -or :func:`.expression.update` statement is compiled without parameter +This symbol is typically used when a :func:`_expression.insert` +or :func:`_expression.update` statement is compiled without parameter values present. """, -- cgit v1.2.1