From 822c1a36070f098a585c36e537fff5e4f461f0bf Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Tue, 7 Oct 2014 16:46:48 +0200 Subject: [PATCH] Proper English --- docs/source/guides/module.rst | 4 ++-- weboob/browser/filters/standard.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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. """