From 9eb8b95a68168f04a72af5cf8db4c57338cf1836 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 18 Feb 2020 09:51:32 +0000 Subject: [PATCH] Update Doc/bytes_mode.rst --- 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 38f9e73..0d20745 100644 --- a/Doc/bytes_mode.rst +++ b/Doc/bytes_mode.rst @@ -55,7 +55,7 @@ argument to :func:`ldap.initialize`: Text values are represented as ``unicode``. If not given explicitly, python-ldap will default to ``bytes_mode=True``, -but if an ``unicode`` value is supplied to it, it will warn and use that value. +but if a ``unicode`` value is supplied to it, it will warn and use that value. Backwards-compatible behavior is not scheduled for removal until Python 2 itself reaches end of life.