Package: guess-concurrency
Version: 0+20250214
Tags: patch

Hi,

The argparse description in guess_concurrency.py has a typo, the
attached patch fixes it.

>From 650fa92a3013179f0af8b57a18f8b12bcfc45460 Mon Sep 17 00:00:00 2001
From: Teemu Hukkanen <tjhuk...@iki.fi>
Date: Sat, 1 Mar 2025 19:48:38 +0200
Subject: [PATCH] Fix typo in argparse description, fold paragraph to 79
 columns

---
 guess_concurrency.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/guess_concurrency.py b/guess_concurrency.py
index 1070b8d..510b420 100755
--- a/guess_concurrency.py
+++ b/guess_concurrency.py
@@ -254,10 +254,10 @@ def get_argparser() -> argparse.ArgumentParser:
 Guess a suitable concurrency level given constraints from the runtime
 environment. Environment variables such as DEB_BUILD_OPTIONS, RPM_BUILD_NCPUS
 and CMAKE_BUILD_PARALLEL_LEVEL are consulted for initial guesses falling back
-to querying the operating system.guess a suitable concurrency level. A user may
-further restrict the emitted concurrency by specifying a minimum or maximum and
-by requiring sufficient memory to support a level of concurreny to be
-available.
+to querying the operating system in order to guess a suitable concurrency
+level. A user may further restrict the emitted concurrency by specifying a
+minimum or maximum and by requiring sufficient memory to support a level of
+concurreny to be available.
 
 """.strip(),
     )
-- 
2.47.2

Reply via email to