From 2bc04e4d7bd7fb566aa18fc3833f3137d481da39 Mon Sep 17 00:00:00 2001 From: Jonathan Amponsah Date: Wed, 22 Apr 2026 02:06:52 +0000 Subject: [PATCH] docs: clarify show_default boolean wording --- docs/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation.md b/docs/documentation.md index a031773344..6f091e93f2 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -125,7 +125,7 @@ To control the appearance of defaults pass `show_default`. invoke(dots, args=['--help']) ``` -For single option boolean flags, the default remains hidden if the default value is False, even if show default is set to true. +For single option boolean flags, the default remains hidden if the default value is `False`, even if `show_default` is set to `True`. ```{eval-rst} .. click:example::