mirror of
https://github.com/ovh/python-ovh.git
synced 2026-01-16 23:00:21 +00:00
Merge pull request #4 from gierschv/fix/typo
Fix typo straightfoward -> straightforward
This commit is contained in:
commit
afa35f7354
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue