Skip to content

Commit a97412d

Browse files
authored
Improve discoverability of Context.max_content_width (#3011)
2 parents 5b0b7b4 + c3e46ca commit a97412d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ For single option boolean flags, the default remains hidden if the default value
147147

148148
## Click's Wrapping Behavior
149149

150-
Click's default wrapping ignores single new lines and rewraps the text based on the width of the terminal, to a maximum of 80 characters. In the example notice how the second grouping of three lines is rewrapped into a single paragraph.
150+
Click's default wrapping ignores single new lines and rewraps the text based on the width of the terminal to a maximum of 80 characters by default, but this can be modified with {attr}`~Context.max_content_width`. In the example notice how the second grouping of three lines is rewrapped into a single paragraph.
151151

152152
```{eval-rst}
153153
.. click:example::

0 commit comments

Comments
 (0)