Skip to content

Commit ab194a5

Browse files
committed
fix documentation
1 parent 200869a commit ab194a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/torch_export_patches/patch_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def make_report(
331331
rows.append(patch.format_diff(format=format))
332332
rows.append("")
333333
if format == "rst":
334-
rows.extend(["", "", "**impacted nodes**", "", "", ".. code-block:: raw", ""])
334+
rows.extend(["", "", "**impacted nodes**", "", "", ".. code-block::", ""])
335335
for node in nodes:
336336
rows.append(
337337
f" {node.target}({', '.join(map(str,node.args))}) -> {node.name}"

0 commit comments

Comments
 (0)