Skip to content

Commit b7f926d

Browse files
committed
Update perf_variables docstring
1 parent 5b19511 commit b7f926d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

reframe/core/pipeline.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def pipeline_hooks(cls):
652652
#: In this context, a performance variable is a key-value pair, where the
653653
#: key is the desired variable name and the value is the deferred
654654
#: performance expression (i.e. the result of a :ref:`deferrable
655-
#: performance <deferrable-performance-functions>`) that computes
655+
#: performance function<deferrable-performance-functions>`) that computes
656656
#: or extracts the performance variable's value.
657657
#:
658658
#: By default, ReFrame will populate this field during the test's
@@ -671,9 +671,8 @@ def pipeline_hooks(cls):
671671
#: examples.
672672
#:
673673
#: :type: A dictionary with keys of type :class:`str` and deferred
674-
#: performance expressions (i.e., the result of a
675-
#: :doc:`deferrable performance function
676-
#: </deferrable_functions_reference>`) as values.
674+
#: performance expressions as values (see
675+
#: :ref:`deferrable-performance-functions`).
677676
#: :default: Collection of performance variables associated to each of
678677
#: the member functions decorated with the :func:`@performance_function
679678
#: <reframe.core.pipeline.RegressionMixin.performance_function>`

0 commit comments

Comments
 (0)