Proper English
This commit is contained in:
parent
a330b08262
commit
822c1a3607
2 changed files with 3 additions and 3 deletions
|
|
@ -421,7 +421,7 @@ To try running test of your module, launch::
|
||||||
|
|
||||||
$ tools/run_tests.sh example
|
$ 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
|
Advanced topics
|
||||||
***************
|
***************
|
||||||
|
|
@ -468,7 +468,7 @@ Here, when the application has got a :class:`Video <weboob.capabilities.video.Ba
|
||||||
:func:`search_videos <weboob.capabilities.video.CapVideo.search_videos>`, in most cases, there are only some meta-data, but not the direct link to the video media.
|
:func:`search_videos <weboob.capabilities.video.CapVideo.search_videos>`, in most cases, there are only some meta-data, but not the direct link to the video media.
|
||||||
|
|
||||||
As our method :func:`get_video <weboob.capabilities.video.CapVideo.get_video>` will get all
|
As our method :func:`get_video <weboob.capabilities.video.CapVideo.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
|
Storage
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ class _Filter(object):
|
||||||
|
|
||||||
def debug(*args):
|
def debug(*args):
|
||||||
"""
|
"""
|
||||||
A decorator function to provide some debugs informations
|
A decorator function to provide some debug information
|
||||||
in Filters.
|
in Filters.
|
||||||
It prints by default the name of the Filter and the input value.
|
It prints by default the name of the Filter and the input value.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue