summaryrefslogtreecommitdiff
path: root/keystoneclient/fixture
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2014-09-08 12:34:10 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2014-09-08 12:34:10 -0500
commit5f44a83c6ada97249ec83d43348c0f78d6f3a786 (patch)
tree952faa708b553a1b523c31519708c62da95cf46e /keystoneclient/fixture
parent0f6cfb970f6dd63bfbf4cf61bc21f7495c66d582 (diff)
downloadpython-keystoneclient-5f44a83c6ada97249ec83d43348c0f78d6f3a786.tar.gz
fix typos
Change-Id: Ia850e62fe4c888365f5031cc8b7c7ad526600222
Diffstat (limited to 'keystoneclient/fixture')
-rw-r--r--keystoneclient/fixture/discovery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/fixture/discovery.py b/keystoneclient/fixture/discovery.py
index 0a7f625..94cfe11 100644
--- a/keystoneclient/fixture/discovery.py
+++ b/keystoneclient/fixture/discovery.py
@@ -154,7 +154,7 @@ class V3Discovery(DiscoveryBase):
Provides some default values and helper methods for creating a v3
endpoint version structure. Clients should use this instead of creating
- there own structures.
+ their own structures.
"""
@utils.positional()