Fix a tiny typo in documentation

This patch removes a duplicate 'the' in documentation.

Change-Id: I3e41c2e66be445f39611427df3461dd1422dd1a1
This commit is contained in:
Hironori Shiina 2016-09-29 20:40:34 +09:00
parent 32cab47ab2
commit c14bba3c64
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ about global configuration.
* A number of other ``ClientManager`` attributes have also been made public to * A number of other ``ClientManager`` attributes have also been made public to
encourage their direct use rather than reaching in to the global options passed encourage their direct use rather than reaching in to the global options passed
in the the ``ClientManager`` constructor: in the ``ClientManager`` constructor:
* ``_verify`` -> ``verify`` * ``_verify`` -> ``verify``
* ``_cacert`` -> ``cacert`` * ``_cacert`` -> ``cacert``