diff options
Diffstat (limited to 'lib/spack/spack/spec.py')
-rw-r--r-- | lib/spack/spack/spec.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/spack/spack/spec.py b/lib/spack/spack/spec.py index efe5df51d5..9e172f8708 100644 --- a/lib/spack/spack/spec.py +++ b/lib/spack/spack/spec.py @@ -827,8 +827,9 @@ class Spec(object): $$ $ Anything else is copied verbatim into the output stream. - Example: "$_$@$+" translates to the name, version, and options - of the package, but no dependencies, arch, or compiler. + + *Example:* ``$_$@$+`` translates to the name, version, and options + of the package, but no dependencies, arch, or compiler. """ color = kwargs.get('color', False) length = len(format_string) |