Commit 6a42ffc
authored
Fix a docstring in async_tree benchmark (#362)
Since python/cpython#124899,
argparse help strings are more strict, and will fail
with invalid `%` format strings.1 parent f473300 commit 6a42ffc
File tree
1 file changed
+1
-1
lines changed- pyperformance/data-files/benchmarks/bm_async_tree
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments