diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-03-28 22:37:38 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 02:47:21 +0200 |
commit | 97ab599dd8aebd14e6f7369a59d415fdeca914bc (patch) | |
tree | fad17453cbf07ab91d81265f618b35622580f7ef /docs | |
parent | Remove bad whitespaces (diff) | |
download | pyload-97ab599dd8aebd14e6f7369a59d415fdeca914bc.tar.xz |
Fix EOF
Merged vuolter/pyload@2635efd
Diffstat (limited to 'docs')
-rw-r--r-- | docs/access_api.rst | 2 | ||||
-rwxr-xr-x | docs/extend_pyload.rst | 2 | ||||
-rw-r--r-- | docs/write_plugins.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/access_api.rst b/docs/access_api.rst index df69da8b2..ce78364b9 100644 --- a/docs/access_api.rst +++ b/docs/access_api.rst @@ -118,4 +118,4 @@ Strings are wrapped in double qoutes, because `"username"` represents a string i every container type like lists and dicts are possible. You usually don't have to convert them. just use a json encoder before using them in the HTTP request. -Please note that the data have to be urlencoded at last. (Most libaries will do that automatically)
\ No newline at end of file +Please note that the data have to be urlencoded at last. (Most libaries will do that automatically) diff --git a/docs/extend_pyload.rst b/docs/extend_pyload.rst index 337cb6854..e8b60b63c 100755 --- a/docs/extend_pyload.rst +++ b/docs/extend_pyload.rst @@ -10,4 +10,4 @@ every detail of the pyLoad core. However you should have some basic knowledge of .. toctree:: write_hooks.rst - write_plugins.rst
\ No newline at end of file + write_plugins.rst diff --git a/docs/write_plugins.rst b/docs/write_plugins.rst index 23fda28b6..ff3be66d0 100644 --- a/docs/write_plugins.rst +++ b/docs/write_plugins.rst @@ -100,4 +100,4 @@ where urls is the list of urls contained in the packages. Thats all of your work Examples -------- -Best examples are already existing plugins in :file:`module/plugins/`.
\ No newline at end of file +Best examples are already existing plugins in :file:`module/plugins/`. |