From 9cd5d9855ae4bd1ef850c0aa3afa9fcbe7b086a7 Mon Sep 17 00:00:00 2001 From: Florian Best Date: Sun, 8 Dec 2019 20:19:15 +0100 Subject: [PATCH] Fix typo in documentation --- 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 dcd3dcb..c999421 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 supplied to it, if will warn and use that value. +but if an ``unicode`` value 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.