From 9da0dbb22d2c8d954e949483a81a1ee85bb507f9 Mon Sep 17 00:00:00 2001 From: Vincent Giersch Date: Mon, 22 Dec 2014 17:29:10 +0100 Subject: [PATCH] Fix typo straightfoward -> straightforward Signed-off-by: Vincent Giersch --- README.rst | 2 +- docs/index.rst | 2 +- ovh/config.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 35265eb..9ea9e9d 100644 --- a/README.rst +++ b/README.rst @@ -303,7 +303,7 @@ pretty cool library to pretty print tabular data in a clean and easy way. Configuration ============= -The straightfoward way to use OVH's API keys is to embed them directly in the +The straightforward way to use OVH's API keys is to embed them directly in the application code. While this is very convenient, it lacks of elegance and flexibility. diff --git a/docs/index.rst b/docs/index.rst index 011b97e..03b58ac 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -295,7 +295,7 @@ pretty cool library to pretty print tabular data in a clean and easy way. Configuration ============= -The straightfoward way to use OVH's API keys is to embed them directly in the +The straightforward way to use OVH's API keys is to embed them directly in the application code. While this is very convenient, it lacks of elegance and flexibility. diff --git a/ovh/config.py b/ovh/config.py index 6debd9a..3361ab4 100644 --- a/ovh/config.py +++ b/ovh/config.py @@ -27,7 +27,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. """ -The straightfoward way to use OVH's API keys is to embed them directly in the +The straightforward way to use OVH's API keys is to embed them directly in the application code. While this is very convenient, it lacks of elegance and flexibility.