From bb2dc7778848ed14a76c352ead4cc114429f2f16 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Thu, 4 Jul 2019 14:40:02 +0200 Subject: [PATCH] bitbucket lister: fix typo in docstring --- swh/lister/bitbucket/lister.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/lister/bitbucket/lister.py b/swh/lister/bitbucket/lister.py index 5877c8d..30787b1 100644 --- a/swh/lister/bitbucket/lister.py +++ b/swh/lister/bitbucket/lister.py @@ -50,7 +50,7 @@ class BitBucketLister(IndexingHttpLister): and return it as a datetime. Args: - reponse (Response): requests' response from api call + response (Response): requests' response from api call Returns: next date as a datetime