We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cc054 commit 754fc45Copy full SHA for 754fc45
1 file changed
cmd2/cmd2.py
@@ -1852,7 +1852,7 @@ def ppretty(
1852
:param expand_all: Expand all containers. Defaults to False.
1853
:param end: string to write at end of printed text. Defaults to a newline.
1854
"""
1855
- # The overflow and soft_wrap settings match the behavior of rich.pretty.pprint().
+ # The overflow and soft_wrap values match those in rich.pretty.pprint().
1856
pretty_obj = Pretty(
1857
obj,
1858
indent_size=indent_size,
0 commit comments