From c82da5545ed46e3c52aef628b35a7a2985d82b23 Mon Sep 17 00:00:00 2001 From: ds <ds@gfz-potsdam.de> Date: Fri, 20 Oct 2023 12:35:28 +0200 Subject: [PATCH] Fixed typo --- exposureshare/exposureshare.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exposureshare/exposureshare.py b/exposureshare/exposureshare.py index 09f064e..c3eb59b 100644 --- a/exposureshare/exposureshare.py +++ b/exposureshare/exposureshare.py @@ -108,8 +108,8 @@ def command_line_interface(): required=True, type=str, help="ISO 3166-1 alpha-3 code of the country or bounding box in the format " - + "`(min_lon,min_lat,max_lon,max_lat)` (without spaces between the coordinates," - + "but with parenthesis around the coordinates).", + + "`(min_lon,min_lat,max_lon,max_lat)` without spaces between the coordinates," + + "but with parentheses around the coordinates.", ) parser_download_shared.add_argument( "-c", -- GitLab