Skip to content

Commit 99ac80d

Browse files
authored
Merge pull request #11290 from Calinou/logging-fix-code-block-highlighting
Fix code block highlighting in Logging
2 parents 6a4cc03 + 3b11c2f commit 99ac80d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/scripting/logging.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Crash backtraces
108108
When the project crashes, a crash backtrace is printed to the standard error stream. This is what
109109
it can look like in a build with debug symbols:
110110

111-
::
111+
.. code-block:: none
112112
113113
================================================================
114114
handle_crash: Program crashed with signal 4
@@ -135,7 +135,7 @@ it can look like in a build with debug symbols:
135135
136136
On the other hand, without debug symbols, it will look like this instead:
137137

138-
::
138+
.. code-block:: none
139139
140140
================================================================
141141
handle_crash: Program crashed with signal 4
@@ -256,7 +256,7 @@ or :ref:`push_warning() <class_@GlobalScope_method_push_warning>` in
256256
as the original message. This message is not available in the custom logger,
257257
which is what prevents infinite recursion from occurring:
258258

259-
::
259+
.. code-block:: none
260260
261261
While attempting to print a message, another message was printed:
262262
...

0 commit comments

Comments
 (0)