From: Mike Bayer Date: Thu, 25 Apr 2019 22:26:57 +0000 (-0500) Subject: fix RST link format X-Git-Tag: rel_1_3_4~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc11d621a9ed95b785f663d7fe575529a96090f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix RST link format Change-Id: I52122759a92d2fa4bab93ac75c21a77f79eace5a --- diff --git a/doc/build/orm/join_conditions.rst b/doc/build/orm/join_conditions.rst index 8a29fdc5d7..ef33d30a73 100644 --- a/doc/build/orm/join_conditions.rst +++ b/doc/build/orm/join_conditions.rst @@ -305,7 +305,7 @@ To suit this use case, the :meth:`.FunctionElement.as_comparison` method can modify any SQL function, such as those invoked from the :data:`.func` namespace, to indicate to the ORM that the function produces a comparison of two expressions. The below example illustrates this with the -`Geoalchemy2 ` library:: +`Geoalchemy2 `_ library:: from geoalchemy2 import Geometry from sqlalchemy import Column, Integer, func