summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-07 20:17:54 +0000
committerGerrit Code Review <review@openstack.org>2015-12-07 20:17:54 +0000
commiteab0f48340f887cf2620a06e362b9a66e36337c2 (patch)
tree450697c49781a860f07dc0fd62731fe0eeaea69e /README.rst
parent4de73f0550a522e47da83b457b9e3dadef0e918d (diff)
parent1221ea7fca67c22c455b4aeae1e09c9ad7e928a7 (diff)
downloados-client-config-eab0f48340f887cf2620a06e362b9a66e36337c2.tar.gz
Merge "Fix a README typo - hepler is not actually a thing"
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1a7a243..9850c05 100644
--- a/README.rst
+++ b/README.rst
@@ -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