minor rephrasing in documentation

This commit is contained in:
KorenLazar
2021-05-18 14:34:11 +03:00
parent e740b122ff
commit ec505dba67

View File

@@ -3,10 +3,10 @@ from supermarket_chain import SupermarketChain
from bs4 import BeautifulSoup from bs4 import BeautifulSoup
def get_store_id(city: str, load_xml: bool, chain: SupermarketChain): def print_stores_ids(city: str, load_xml: bool, chain: SupermarketChain):
""" """
This function prints the store_ids of stores in a given city. This function prints the stores IDs of stores in a given city.
The city must match exactly to its spelling in Shufersal's website (hence it should be in Hebrew alphabet). The city must match its spelling in Shufersal's website (hence it should be in Hebrew).
:param chain: A given supermarket chain :param chain: A given supermarket chain
:param load_xml: A boolean representing whether to load an existing xml or load an already saved one :param load_xml: A boolean representing whether to load an existing xml or load an already saved one