diff options
| author | Alex Holden <alex@alexjonasholden.com> | 2014-03-07 09:40:29 -0800 |
|---|---|---|
| committer | Alex Holden <alex@alexjonasholden.com> | 2014-03-07 09:40:29 -0800 |
| commit | 00188f092c76fd5bfaf0f6a67cd0b52ed473313b (patch) | |
| tree | f74a2f3895e976a79e145d8b3652fc560c9ebb42 | |
| parent | 97667079dc286f4b32c7ce4f0440bb9109758772 (diff) | |
| download | python-openstackclient-00188f092c76fd5bfaf0f6a67cd0b52ed473313b.tar.gz | |
Fixed spelling error, compatability to compatibility
Change-Id: I72c1254666a741ffe1070cf8275af889fa323f52
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ Developers can use the `install virtualenv`_ script to create the virtualenv:: source .venv/bin/activate python setup.py develop -Unit tests are now run using tox. The ``run_test.sh`` script provides compatability +Unit tests are now run using tox. The ``run_test.sh`` script provides compatibility but is generally considered deprecated. The client can be called interactively by simply typing:: |
