Skip to content

Commit a2af2ea

Browse files
author
Vasileios Karakasis
committed
Minor documentation style fix
1 parent 38baec2 commit a2af2ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reframe/core/buildsystems.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -784,12 +784,12 @@ class Spack(BuildSystem):
784784
#: be automatically set to `rfm_spack_env`.
785785
#:
786786
#: :type: :class:`str` or :class:`None`
787-
#: :default: ``None``
787+
#: :default: :class:`None`
788788
#:
789789
#: .. note::
790790
#: .. versionchanged:: 3.7.3
791791
#: The field is no longer required and the Spack environment will be
792-
#: automatically created if not provided
792+
#: automatically created if not provided.
793793
environment = variable(typ.Str[r'\S+'], type(None), value=None)
794794

795795
#: The directory where Spack will install the packages requested by this
@@ -811,7 +811,7 @@ class Spack(BuildSystem):
811811
#: will not be overridden.
812812
#:
813813
#: :type: :class:`str` or :class:`None`
814-
#: :default: ``None``
814+
#: :default: :class:`None`
815815
#:
816816
#: .. versionadded:: 3.7.3
817817
install_tree = variable(typ.Str[r'\S+'], type(None), value=None)

0 commit comments

Comments
 (0)