From 5618ce50389260e2f54fa4d8f6d03e456fd27a43 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 1 Dec 2017 15:26:09 +0100 Subject: [PATCH] Doc: Correct syntax for link to bytes mode https://github.com/python-ldap/python-ldap/pull/70 --- Doc/bytes_mode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/bytes_mode.rst b/Doc/bytes_mode.rst index ba31f0c..b18c0ae 100644 --- a/Doc/bytes_mode.rst +++ b/Doc/bytes_mode.rst @@ -18,7 +18,7 @@ In python-ldap 2.x (for Python 2), bytes were used for all fields, including those guaranteed to be text. From version 3.0, python-ldap uses text where appropriate. -On Python 2, the `bytes mode `_ setting influences how text is +On Python 2, the :ref:`bytes mode ` setting influences how text is handled.