Skip to content

Commit 833341a

Browse files
committed
Updated comments.
1 parent 66b15ab commit 833341a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/argparse_custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def __init__(self, value: object, descriptive_data: Sequence[Any], *args: Any) -
398398
# Make sure all objects are renderable by a Rich table.
399399
renderable_data = [obj if is_renderable(obj) else str(obj) for obj in descriptive_data]
400400

401-
# Convert strings containing ANSI style sequences into Rich Text objects for correct display width.
401+
# Convert strings containing ANSI style sequences to Rich Text objects for correct display width.
402402
self.descriptive_data = ru.prepare_objects_for_rendering(*renderable_data)
403403

404404
# Save the original value to support CompletionItems as argparse choices.

0 commit comments

Comments
 (0)