From 1705905a55897f1cdffbe30a1d2664a9bbeb622f Mon Sep 17 00:00:00 2001 From: Reelix Date: Fri, 7 Apr 2023 12:13:17 +0200 Subject: [PATCH] Minor grammar fix. No review -> No reviews --- ghunt/helpers/gmaps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghunt/helpers/gmaps.py b/ghunt/helpers/gmaps.py index feb3b669..3d0010ec 100644 --- a/ghunt/helpers/gmaps.py +++ b/ghunt/helpers/gmaps.py @@ -312,7 +312,7 @@ def output(err: str, stats: Dict[str, int], reviews: List[MapsReview], photos: L reviews_and_photos: List[MapsReview|MapsPhoto] = reviews + photos if err != "private" and (err == "empty" or not reviews_and_photos): - print("\n[-] No review.") + print("\n[-] No reviews.") return print("\n[Statistics]") @@ -417,4 +417,4 @@ def output(err: str, stats: Dict[str, int], reviews: List[MapsReview], photos: L loc_names = set(loc_names) # delete duplicates for loc in loc_names: - print(loc) \ No newline at end of file + print(loc)