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.