diff options
| author | Dolph Mathews <dolph.mathews@gmail.com> | 2014-09-08 12:34:10 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@gmail.com> | 2014-09-08 12:34:10 -0500 |
| commit | 5f44a83c6ada97249ec83d43348c0f78d6f3a786 (patch) | |
| tree | 952faa708b553a1b523c31519708c62da95cf46e /keystoneclient/fixture | |
| parent | 0f6cfb970f6dd63bfbf4cf61bc21f7495c66d582 (diff) | |
| download | python-keystoneclient-5f44a83c6ada97249ec83d43348c0f78d6f3a786.tar.gz | |
fix typos
Change-Id: Ia850e62fe4c888365f5031cc8b7c7ad526600222
Diffstat (limited to 'keystoneclient/fixture')
| -rw-r--r-- | keystoneclient/fixture/discovery.py | 2 |
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() |
