From c793057623a3f20025b49cc420a001bf6d77189c Mon Sep 17 00:00:00 2001 From: KorenLazar Date: Mon, 16 Aug 2021 14:06:54 +0300 Subject: [PATCH] Documentation and minor changes --- supermarket_chain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supermarket_chain.py b/supermarket_chain.py index 15ce0ef..9668710 100644 --- a/supermarket_chain.py +++ b/supermarket_chain.py @@ -84,10 +84,10 @@ class SupermarketChain(object, metaclass=Meta): """ This method scrapes supermarket's website and returns a url containing the data for a given store and category. - :param session: - :param store_id: A given id of a store + :param store_id: A given ID of a store :param category: A given category :return: A downloadable link of the data for a given store and category + :param session: A given session object """ pass