From ec505dba67b7cffbd7510a69995a56b0a792aff9 Mon Sep 17 00:00:00 2001 From: KorenLazar Date: Tue, 18 May 2021 14:34:11 +0300 Subject: [PATCH] minor rephrasing in documentation --- store_utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/store_utils.py b/store_utils.py index 92d5e7c..b972ffa 100644 --- a/store_utils.py +++ b/store_utils.py @@ -3,10 +3,10 @@ from supermarket_chain import SupermarketChain 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. - The city must match exactly to its spelling in Shufersal's website (hence it should be in Hebrew alphabet). + This function prints the stores IDs of stores in a given city. + The city must match its spelling in Shufersal's website (hence it should be in Hebrew). :param chain: A given supermarket chain :param load_xml: A boolean representing whether to load an existing xml or load an already saved one