Skip to content

Commit bf7152b

Browse files
committed
Updated docstring.
1 parent 87d4336 commit bf7152b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd2/rich_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def __init__(
133133
:param file: optional file object where the console should write to.
134134
Defaults to sys.stdout.
135135
:param kwargs: keyword arguments passed to the parent Console class.
136+
:raises TypeError: if disallowed keyword argument is passed in.
136137
"""
137138
# Don't allow force_terminal or force_interactive to be passed in, as their
138139
# behavior is controlled by the ALLOW_STYLE setting.

0 commit comments

Comments
 (0)