Skip to content

Commit 152da75

Browse files
author
Vasileios Karakasis
committed
Fix typo
1 parent fb6da0b commit 152da75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ An example scenario is to test different runtime configurations of a benchmark t
517517
In such cases, you don't want to rebuild your test for each runtime configuration.
518518
You could have a build test, which all runtime tests would depend on.
519519
This is the approach we take with the following example, that fetches, builds and runs several `OSU benchmarks <http://mvapich.cse.ohio-state.edu/benchmarks/>`__.
520-
We first a create a basic compile-only test, that fetches the benchmarks and builds them for the different programming environments:
520+
We first create a basic compile-only test, that fetches the benchmarks and builds them for the different programming environments:
521521

522522
.. literalinclude:: ../tutorial/advanced/osu/osu_benchmarks.py
523523
:lines: 87-101

0 commit comments

Comments
 (0)