Skip to content

Commit 44328fa

Browse files
ckunkiArBridgeman
andauthored
Apply suggestions from code review
Co-authored-by: Ariel Schulz <[email protected]>
1 parent a0990e3 commit 44328fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/user_guide/collecting_metrics.rst

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

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

1010
+-----------------------------+-----------------------------+--------------+
1111
| Nox Task | Generated Files | Based on |
@@ -26,7 +26,7 @@ Python version defined in file ``noxconfig.py``:
2626
class Config:
2727
python_versions = ["3.9", "3.10", "3.11", "3.12", "3.13"]
2828
29-
The GitHub workflows of your project can
29+
The GitHub workflows of your project can:
3030

3131
* 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.

test/unit/artifacts_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_missing_files(tmp_path, capsys):
4646
class endswith:
4747
"""
4848
Assert that the str representation of the argument ends with the
49-
specfied suffix.
49+
specified suffix.
5050
"""
5151

5252
suffix: str

0 commit comments

Comments
 (0)