Skip to content

Commit c13cbfd

Browse files
committed
missing colon
1 parent 4ace657 commit c13cbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rich/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class RichHandler(Handler):
1616
1717
Args:
1818
level (int, optional): Log level. Defaults to logging.NOTSET.
19-
console (:class:`~rich.console.Console`, optional). Optional console instance to write logs.
19+
console (:class:`~rich.console.Console`, optional): Optional console instance to write logs.
2020
Default will create a new console writing to stderr.
2121
2222
"""

0 commit comments

Comments
 (0)