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