From: Daniele Varrazzo Date: Thu, 26 Nov 2020 12:44:54 +0000 (+0000) Subject: Fixed doc ref X-Git-Tag: 3.0.dev0~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=084d79360d75013f9db17df6d8775c12f5c5c4b7;p=thirdparty%2Fpsycopg.git Fixed doc ref --- diff --git a/docs/usage.rst b/docs/usage.rst index 2e2e5965f..d69e4d6bc 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -83,7 +83,7 @@ relate to each other: - Using these objects as context managers (i.e. using ``with``) will make sure to close them and free their resources at the end of the block (notice that - `this is different from psycopg2`. + :ref:`this is different from psycopg2 `). .. seealso::