packagist/lister: Fix typos in docstring
This commit is contained in:
parent
7377439c5e
commit
7c8f4dc9a8
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ from swh.lister.core.lister_transports import ListerOnePageApiTransport
|
|||
|
||||
|
||||
class PackagistLister(ListerOnePageApiTransport, SimpleLister):
|
||||
"""List packages available in the Packagist package manger.
|
||||
"""List packages available in the Packagist package manager.
|
||||
|
||||
The lister sends the request to the url present in the class
|
||||
variable `PAGE`, to receive a list of all the package names
|
||||
present in the Packagist package manger. Iterates over all the
|
||||
present in the Packagist package manager. Iterates over all the
|
||||
packages and constructs the metadata url of the package from
|
||||
the name of the package and creates a loading task.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue