diff --git a/docs/source/guides/module.rst b/docs/source/guides/module.rst index 7e537876..3ed03ac3 100644 --- a/docs/source/guides/module.rst +++ b/docs/source/guides/module.rst @@ -421,7 +421,7 @@ To try running test of your module, launch:: $ tools/run_tests.sh example -For more informations, look at the :doc:`tests` guides. +For more information, look at the :doc:`tests` guides. Advanced topics *************** @@ -468,7 +468,7 @@ Here, when the application has got a :class:`Video `, in most cases, there are only some meta-data, but not the direct link to the video media. As our method :func:`get_video ` will get all -of the missing informations, we just call it with the object as parameter to complete it. +of the missing data, we just call it with the object as parameter to complete it. Storage diff --git a/weboob/browser/filters/standard.py b/weboob/browser/filters/standard.py index d401823c..3258420c 100644 --- a/weboob/browser/filters/standard.py +++ b/weboob/browser/filters/standard.py @@ -95,7 +95,7 @@ class _Filter(object): def debug(*args): """ - A decorator function to provide some debugs informations + A decorator function to provide some debug information in Filters. It prints by default the name of the Filter and the input value. """