From 7c8f4dc9a8e1ed85a61a3358d654d42082720786 Mon Sep 17 00:00:00 2001 From: Antoine Lambert Date: Thu, 12 Sep 2019 19:58:47 +0200 Subject: [PATCH] packagist/lister: Fix typos in docstring --- swh/lister/packagist/lister.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swh/lister/packagist/lister.py b/swh/lister/packagist/lister.py index 93a9fb8..c159ca6 100644 --- a/swh/lister/packagist/lister.py +++ b/swh/lister/packagist/lister.py @@ -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.