]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fixed doc ref
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 26 Nov 2020 12:44:54 +0000 (12:44 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 26 Nov 2020 12:45:37 +0000 (12:45 +0000)
docs/usage.rst

index 2e2e5965f5df3b9ddd9aafdc9ad372e54dcf0a64..d69e4d6bcd49d1963013d4541ed066b4793682c7 100644 (file)
@@ -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 <diff-with>`).
 
 
 .. seealso::