summaryrefslogtreecommitdiffstats
path: root/docs/write_addons.rst
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-10 17:01:05 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-10 17:01:05 +0200
commit8606b72470e0e506d9da26f190a2880d47d289a4 (patch)
tree6225bba54bafb655ca969a1287673807c7c2d131 /docs/write_addons.rst
parentMerge branch 'stable' into 0.4.10 (diff)
downloadpyload-8606b72470e0e506d9da26f190a2880d47d289a4.tar.xz
Improve and fix file structure a bit
Diffstat (limited to 'docs/write_addons.rst')
-rw-r--r--docs/write_addons.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/write_addons.rst b/docs/write_addons.rst
index 58e73e675..9b94a0233 100644
--- a/docs/write_addons.rst
+++ b/docs/write_addons.rst
@@ -50,8 +50,8 @@ The easiest way is to overwrite specific methods defined by the :class:`Addon <p
The name is indicating when the function gets called.
See :class:`Addon <pyload.plugin.Addon.Addon>` page for a complete listing.
-You should be aware of the arguments the Addon is called with, whether its a :class:`PyFile <pyload.datatype.File.PyFile>`
-or :class:`PyPackage <pyload.datatype.Package.PyPackage>` you should read its related documentation to know how to access her great power and manipulate them.
+You should be aware of the arguments the Addon is called with, whether its a :class:`PyFile <pyload.Datatype.File.PyFile>`
+or :class:`PyPackage <pyload.Datatype.Package.PyPackage>` you should read its related documentation to know how to access her great power and manipulate them.
A basic excerpt would look like: ::