Skip to content

Commit 262f970

Browse files
committed
fix test
1 parent 179c9cf commit 262f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_doc/technical/plot_gemm_or_matmul_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def make_figure_axis(all_results, i, j):
245245
fig.savefig("plot_gemm_or_matmul_add1.png")
246246

247247
# %%
248-
# Let's compare with ``a @ x + b``.
248+
# Let's compare with ``A @ X + B``.
249249

250250
fig, ax = make_figure_axis(all_results, -1, 1)
251251
fig.tight_layout()

0 commit comments

Comments
 (0)