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 edcb6f9 commit 9e6f32aCopy full SHA for 9e6f32a
rich/console.py
@@ -1810,7 +1810,7 @@ def print_exception(
1810
"""Prints a rich render of the last exception and traceback.
1811
1812
Args:
1813
- width (Optional[int], optional): Number of characters used to render code. Defaults to 88.
+ width (Optional[int], optional): Number of characters used to render code. Defaults to 100.
1814
extra_lines (int, optional): Additional lines of code to render. Defaults to 3.
1815
theme (str, optional): Override pygments theme used in traceback
1816
word_wrap (bool, optional): Enable word wrapping of long lines. Defaults to False.
0 commit comments