doc: Fix typos according to review
This commit is contained in:
parent
8c5329ce7c
commit
cba22b7d19
3 changed files with 7 additions and 8 deletions
|
@ -211,8 +211,8 @@ class SWHListerHttpTransport(abc.ABC):
|
|||
|
||||
|
||||
class ListerOnePageApiTransport(SWHListerHttpTransport):
|
||||
"""Use the request library for retrieving a basic html page and parse
|
||||
the result.
|
||||
"""Leverage requests library to retrieve basic html page and parse
|
||||
result.
|
||||
|
||||
To be used in conjunction with SWHListerBase or a subclass of it.
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ from swh.lister.core.lister_transports import ListerOnePageApiTransport
|
|||
|
||||
|
||||
class PyPiLister(ListerOnePageApiTransport, SimpleLister):
|
||||
# Template path expecting an integer that represents the page id
|
||||
MODEL = PyPiModel
|
||||
LISTER_NAME = 'pypi'
|
||||
PAGE = 'https://pypi.org/simple/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue