From 1c79735cc543de6fabbf2ae525d9e8379ca22e68 Mon Sep 17 00:00:00 2001 From: YoEnte Date: Fri, 17 Jan 2025 09:22:11 +0100 Subject: [PATCH] fix: mistake in logic --help --- python/socha/starter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/socha/starter.py b/python/socha/starter.py index c5a9979..673d1ec 100644 --- a/python/socha/starter.py +++ b/python/socha/starter.py @@ -246,7 +246,7 @@ def _handle_start_args(): parser.add_argument( "--python-version", - help="Specifies the build python version (e.g.: 10 [for python 3.10 - this is standard]).", + help="Specifies the build python version (e.g.: 3.10 - this is standard]).", ) return parser.parse_args()