From 1221ea7fca67c22c455b4aeae1e09c9ad7e928a7 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 4 Dec 2015 13:19:19 -0500 Subject: [PATCH] Fix a README typo - hepler is not actually a thing Change-Id: Ie8c267e75171b88bd3a1a3a684e85869e75843d7 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7541b93..4edff9e 100644 --- a/README.rst +++ b/README.rst @@ -325,7 +325,7 @@ Constructing OpenStack 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. ::