Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Feb 22, 2020
1 parent ba04c73 commit cac26df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ Here's what it looks like on OSX (similar on Linux):

![traceback](./imgs/traceback.png)

Here's what it looks like on Linux.
Here's what it looks like on Windows:

![traceback_windows](./imgs/traceback_windows.png)

See the [rich traceback](https://rich.readthedocs.io/en/latest/traceback) documentation for the details.
See the [rich traceback](https://rich.readthedocs.io/en/latest/traceback.htmls) documentation for the details.
2 changes: 1 addition & 1 deletion docs/source/traceback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Rich can render Python tracebacks with syntax highlighting and formatting. Rich
Printing tracebacks
-------------------

The :meth:`~rich.console.Console.print_exception` method will print a traceback for the current exception being handled.
The :meth:`~rich.console.Console.print_exception` method will print a traceback for the current exception being handled. Here's an example::

try:
do_something()
Expand Down

0 comments on commit cac26df

Please sign in to comment.