Skip to content
Snippets Groups Projects
Commit 7c8f4dc9 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

packagist/lister: Fix typos in docstring

parent 7377439c
No related branches found
No related tags found
1 merge request!99Phabricator: Fix loading tasks creation
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment