doc: Fix typos according to review

This commit is contained in:
Antoine R. Dumont (@ardumont) 2018-09-06 14:58:03 +02:00
parent 8c5329ce7c
commit cba22b7d19
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8
3 changed files with 7 additions and 8 deletions

View file

@ -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/'