From b8e7a2242fddffbda3c422204558f37aedbd2b56 Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 6 Jan 2017 02:00:13 +0800 Subject: [PATCH] Fix a typo in documents Removed redundant 'the' TrivialFix Change-Id: I68f0c1fcd23d3338b9296af6005c935b5fe36352 --- .../openstack-operations/managing-images.rst | 2 +- tests/test_inventory.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/draft-operations-guide/openstack-operations/managing-images.rst b/doc/source/draft-operations-guide/openstack-operations/managing-images.rst index f42d45ead5..98e23fe215 100644 --- a/doc/source/draft-operations-guide/openstack-operations/managing-images.rst +++ b/doc/source/draft-operations-guide/openstack-operations/managing-images.rst @@ -13,7 +13,7 @@ that instances may need depending on the project goals. Create images first before creating any instances. Adding images can be done through the Dashboard, or the command line. -Another option available is the the ``python-openstackclient`` tool, which +Another option available is the ``python-openstackclient`` tool, which can be installed on the controller node, or on a workstation. Adding an image using the Dashboard diff --git a/tests/test_inventory.py b/tests/test_inventory.py index 881f204e7e..97bdebae10 100644 --- a/tests/test_inventory.py +++ b/tests/test_inventory.py @@ -1241,7 +1241,7 @@ class TestConfigMatchesEnvironment(unittest.TestCase): self.assertTrue('bogus_key2' in warn_msgs[1]) def test_confirm_exclusions(self): - """Ensure the the excluded keys in the function are present.""" + """Ensure the excluded keys in the function are present.""" config = get_config() excluded_keys = ('global_overrides', 'cidr_networks', 'used_ips')