From 15a1c754a47104303e6d2951fd6a24fb0c674515 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 6 Nov 2023 18:58:24 -0800 Subject: [PATCH] copy --- benchmark/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 2e6bf31ea..237b1ca52 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -196,7 +196,7 @@ def show_stats(dirnames): arrowprops={"arrowstyle": "->", "connectionstyle": "arc3,rad=0.3"}, ) ax.annotate( - "Second attempt,\nincludingn\nunit test errors", + "Second attempt,\nincluding\nunit test errors", xy=(2.55, 56), xytext=(3.5, top), horizontalalignment="center",