diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:28:35 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:28:35 -0400 |
commit | c10ebf75c24cdcf6b9a5b4d8e0987f9445ed89c9 (patch) | |
tree | 25d6e0b3e42d0600d04b1f8cd2dad873ed1d4f12 /libraries/evernote-python | |
parent | 1c2ddf4792be5dbf99234ddbb17e668dd089cd88 (diff) |
libraries/evernote-python: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/evernote-python')
-rw-r--r-- | libraries/evernote-python/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/evernote-python/README b/libraries/evernote-python/README index 9cdd605c484d..27f744aed3e0 100644 --- a/libraries/evernote-python/README +++ b/libraries/evernote-python/README @@ -1,7 +1,8 @@ Evernote SDK for Python. -This SDK contains wrapper code used to call the Evernote Cloud API from Python. +This SDK contains wrapper code used to call the Evernote Cloud API +from Python. -The SDK also contains a sample script.The code demonstrates the basic use of -the SDK for single-user scripts. Real web applications must use OAuth to -authenticate to the Evernote service. +The SDK also contains a sample script. The code demonstrates the basic +use of the SDK for single-user scripts. Real web applications must use +OAuth to authenticate to the Evernote service. |