Skip to content

Commit d1cf11e

Browse files
committed
Switch we with fact statement with are
1 parent 17cea71 commit d1cf11e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/user_guide/features/metrics/collecting_metrics.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ into a report:
6060
details, see :ref:`sonarqube_analysis`
6161

6262
Both of these reporting options require that the generated files from the :ref:`generated_metrics`
63-
are existing and in the expected formats. As we have metrics for different Python
64-
versions, we pass on the metrics associated with the Python version named first in
65-
attribute ``python_versions`` of class ``Config`` to the reporting metrics tools.
63+
are existing and in the expected formats. As there are metrics for different Python
64+
versions, the PTB uses only the metrics associated with the Python version named first
65+
in the attribute ``python_versions`` of class ``Config`` to the reporting metrics tools.
6666

67-
To perform this validation, we have defined two nox sessions. Due to the direct
67+
To perform this validation, there are two nox sessions. Due to the direct
6868
dependence on the nox session ``project:report`` and SonarQube Analysis on the
6969
aforementioned nox sessions, all of these are executed in succession in the CI's ``report.yml``.
7070

0 commit comments

Comments
 (0)