summaryrefslogtreecommitdiffstats
path: root/docs/write_addons.rst
diff options
context:
space:
mode:
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: ::