Skip to content

Commit 754fc45

Browse files
committed
Updated comment.
1 parent d5cc054 commit 754fc45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ def ppretty(
18521852
:param expand_all: Expand all containers. Defaults to False.
18531853
:param end: string to write at end of printed text. Defaults to a newline.
18541854
"""
1855-
# The overflow and soft_wrap settings match the behavior of rich.pretty.pprint().
1855+
# The overflow and soft_wrap values match those in rich.pretty.pprint().
18561856
pretty_obj = Pretty(
18571857
obj,
18581858
indent_size=indent_size,

0 commit comments

Comments
 (0)