Skip to content

Commit 90fe8b8

Browse files
committed
Changes "Python" to upper case in user guide
1 parent 778833f commit 90fe8b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/user_guide/collecting_metrics.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PTB allows you to collect various metrics on the quality of your project
55
regarding Coverage, Security, and Static Code Analysis.
66

77
For each metric, there is a dedicated nox task, generating one or multiple
8-
files and based on a selected external python tool.
8+
files and based on a selected external Python tool.
99

1010
+-----------------------------+-----------------------------+--------------+
1111
| Nox Task | Generated Files | Based on |
@@ -28,8 +28,8 @@ Python version defined in file ``noxconfig.py``:
2828
2929
The GitHub workflows of your project can:
3030

31-
* Use a build matrix, e.g. using different python versions as shown above
31+
* Use a build matrix, e.g. using different Python versions as shown above
3232
* Define multiple test sessions, e.g. for distinguishing fast vs. slow or expensive tests.
3333

34-
PTB combines the coverage data of all test sessions but using only the python
34+
PTB combines the coverage data of all test sessions but using only the Python
3535
version named first in attribute ``python_versions`` of class ``Config``.

0 commit comments

Comments
 (0)