diff options
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/`. |