Skip to content

Commit 68209b1

Browse files
committed
Use proper rst markup
underscores are not understood the same way they are in markdown
1 parent 93cfd50 commit 68209b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/stack_trace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Several things need to be paid attention to when picking a stack trace
9191
from your development environment through a web browser:
9292

9393
1. Are there several exceptions? If yes, the most interesting one is
94-
often exception 1/n which, is shown _last_ in the example below (it
94+
often exception 1/n which, is shown *last* in the example below (it
9595
is the one marked as exception [1/2]).
9696
2. Under the "Stack Traces" tab, you will find exceptions in plain
9797
text, so that you can easily share them in e.g. bug reports. Make

0 commit comments

Comments
 (0)