From 801c8e24a139f36f714bada00e5308efb848d4f4 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Thu, 27 Nov 2025 18:14:11 +0100 Subject: [PATCH] docs: fix typo in German documentation comment --- src/repocat/cli/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repocat/cli/clean.py b/src/repocat/cli/clean.py index 2bca133..0150145 100644 --- a/src/repocat/cli/clean.py +++ b/src/repocat/cli/clean.py @@ -21,7 +21,7 @@ def clean_volatile( category: list[str] = Option(None, "--category", "-c", help="Nur bestimmte Kategorien reinigen", autocompletion=complete_categories), ): """ - Löscht **bedingungslos** alle Repositories aus `volatile`-Kategorien (z.\u200bB. `scratches`). + Löscht **bedingungslos** alle Repositories aus `volatile`-Kategorien (z.B. `scratches`). """ catalog = RepoCatalogState.from_config(load_config())