Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Best authored and Petr Viktorin committed Jan 29, 2020
1 parent 2b132f1 commit 9cd5d98
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, 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.
Expand Down

0 comments on commit 9cd5d98

Please sign in to comment.