We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ace657 commit c13cbfdCopy full SHA for c13cbfd
rich/logging.py
@@ -16,7 +16,7 @@ class RichHandler(Handler):
16
17
Args:
18
level (int, optional): Log level. Defaults to logging.NOTSET.
19
- console (:class:`~rich.console.Console`, optional). Optional console instance to write logs.
+ console (:class:`~rich.console.Console`, optional): Optional console instance to write logs.
20
Default will create a new console writing to stderr.
21
22
"""
0 commit comments