From 6fb4ea430e29ea5e93251458b6c926c0619ea154 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 18 Feb 2020 09:44:40 +0000 Subject: [PATCH] fix grammar in docs --- 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 c999421..38f9e73 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, it will warn and use that value. +but if an ``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.