Skip to content

Commit

Permalink
fix grammar in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Grainger authored and Petr Viktorin committed Feb 18, 2020
1 parent 860ea96 commit 6fb4ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/bytes_mode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6fb4ea4

Please sign in to comment.