Merge "Fix a README typo - hepler is not actually a thing"

This commit is contained in:
Jenkins 2015-12-07 20:17:54 +00:00 committed by Gerrit Code Review
commit eab0f48340
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ Constructing Legacy Client objects
If all you want to do is get a Client object from a python-*client library,
and you want it to do all the normal things related to clouds.yaml, `OS_`
environment variables, a hepler function is provided. The following
environment variables, a helper function is provided. The following
will get you a fully configured `novaclient` instance.
.. code-block:: python