From 9bed0a904fb0850335765fde8ec21b85cf56da82 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Sun, 10 Nov 2024 23:38:56 +0100 Subject: [PATCH] Fix example 04 --- examples/04_rich_markup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/04_rich_markup.py b/examples/04_rich_markup.py index ff7eb1e6..31609cbe 100644 --- a/examples/04_rich_markup.py +++ b/examples/04_rich_markup.py @@ -8,7 +8,7 @@ @click.option( "--input", type=click.Path(), - help="Input [magenta bold]file[/]. [dim]\[default: a custom default][/]", + help="Input [magenta bold]file[/]. [dim][default: a custom default][/]", ) @click.option( "--type",