Documentation and minor changes

This commit is contained in:
KorenLazar
2021-08-16 14:06:54 +03:00
parent 13991aaa40
commit c793057623

View File

@@ -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. 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 :param category: A given category
:return: A downloadable link of the data for a given store and category :return: A downloadable link of the data for a given store and category
:param session: A given session object
""" """
pass pass