diff options
author | X3n0m0rph59 <X3n0m0rph59@googlemail.com> | 2012-04-22 16:54:06 +0200 |
---|---|---|
committer | X3n0m0rph59 <X3n0m0rph59@googlemail.com> | 2012-04-22 16:54:06 +0200 |
commit | 5a7f415a25d8e036a37851fcd5e9be81caae2804 (patch) | |
tree | df0152bd22a770a3c268dc5ad3c264209d092121 /docs/plugins/overview.rst | |
parent | captcha decrypting for all plugin types, new interaction manager (diff) | |
download | pyload-5a7f415a25d8e036a37851fcd5e9be81caae2804.tar.xz |
Fixed spelling in the documentation
Diffstat (limited to 'docs/plugins/overview.rst')
-rwxr-xr-x | docs/plugins/overview.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/plugins/overview.rst b/docs/plugins/overview.rst index 70db5ac90..b3debb053 100755 --- a/docs/plugins/overview.rst +++ b/docs/plugins/overview.rst @@ -12,10 +12,10 @@ Extending pyLoad .. rubric:: Motivation -pyLoad offers an comfortable and powerful plugin system to make extending possible. With it you only need to have some -python knowledge and can just start right away writing your own plugins. This document gives you an overwiew about the -conceptual part. You should not left out the :doc:`Base <base_plugin>` part, since it contains basic functionality for all plugins types. -A class diagram visualizing the relationship can be find below [1]_ +pyLoad offers a comfortable and powerful plugin system to make extensions possible. With it you only need to have some +python knowledge and can just start right away writing your own plugins. This document gives you an overview about the +conceptual part. You should not leave out the :doc:`Base <base_plugin>` part, since it contains basic functionality for all plugin types. +A class diagram visualizing the relationship can be found below [1]_ .. rubric:: Contents |