diff options
| author | Eric Guo <eric.guo@easystack.cn> | 2014-01-23 16:30:19 +0800 |
|---|---|---|
| committer | Eric Guo <eric.guo@easystack.cn> | 2014-01-23 16:30:19 +0800 |
| commit | ee3c9c4673eaeb37246efa0dcc9d7a8d3e7f81fb (patch) | |
| tree | 5de1eb3a8ce8af4f7b034c1e47b5eda1978227af /doc/source | |
| parent | 290a3be313189a428a838dfc1a9c405d44c1685e (diff) | |
| download | python-keystoneclient-ee3c9c4673eaeb37246efa0dcc9d7a8d3e7f81fb.tar.gz | |
Fix typos in documents and comments
Fix typos detected by toolkit misspellings.
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -
Change-Id: Ifbbc29537d9d129aad238de6c37718c4fbb8349b
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/using-api-v2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/using-api-v2.rst b/doc/source/using-api-v2.rst index f491daf..2f6b3cf 100644 --- a/doc/source/using-api-v2.rst +++ b/doc/source/using-api-v2.rst @@ -29,7 +29,7 @@ You create a valid ``keystoneclient.v2_0.client.Client`` object by passing authentication data to the constructor. Authentication and examples of common tasks are provided below. -You can generally expect that when the client needs to propogate an exception +You can generally expect that when the client needs to propagate an exception it will raise an instance of subclass of ``keystoneclient.exceptions.ClientException`` |
