Skip to content

Commit 063c3f8

Browse files
committed
Fix style for sentences
1 parent e233c7f commit 063c3f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tutorial_basics.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ To help distinguish between them, we can add the ``-l`` flag to display each pac
129129
Additionally if we include the ``-f`` flag, Spack will show any non-empty compiler flags that were used during installation.
130130

131131
We use the ``spack find`` command to query which packages are installed.
132-
Note that, with the default output, some packages may appear identical. To distinguish between them, we can use the ``-l`` flag to display the hash of each package.
132+
Note that, with the default output, some packages may appear identical.
133+
To distinguish between them, we can use the ``-l`` flag to display the hash of each package.
133134
Additionally, if we include the ``-f`` flag, Spack will show any non-empty compiler flags that were used during installation.
134135

135136
.. literalinclude:: outputs/basics/find.out

0 commit comments

Comments
 (0)