From c14bba3c642c430cde4822b3e5126aab2c98acac Mon Sep 17 00:00:00 2001 From: Hironori Shiina Date: Thu, 29 Sep 2016 20:40:34 +0900 Subject: [PATCH] Fix a tiny typo in documentation This patch removes a duplicate 'the' in documentation. Change-Id: I3e41c2e66be445f39611427df3461dd1422dd1a1 --- doc/source/transition.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/transition.rst b/doc/source/transition.rst index 16fe469..8637bf7 100644 --- a/doc/source/transition.rst +++ b/doc/source/transition.rst @@ -80,7 +80,7 @@ about global configuration. * 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 - in the the ``ClientManager`` constructor: + in the ``ClientManager`` constructor: * ``_verify`` -> ``verify`` * ``_cacert`` -> ``cacert``