Skip to content

Commit 1f62057

Browse files
Fix another comment
1 parent 35adea9 commit 1f62057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_tweak_patchlevel(tmp_path: Path) -> None:
105105
@pytest.mark.parametrize(
106106
["test_tag", "expected_py_version"],
107107
[
108-
# 3.14 and earlier keep the bare "+" they were released with.
108+
# 3.14 and earlier keep the bare "+" suffix.
109109
("3.14.0b2", '#define PY_VERSION "3.14.0b2+"'),
110110
# 3.15+ uses "+dev" for PEP 440 local-version compliance.
111111
("3.15.0b1", '#define PY_VERSION "3.15.0b1+dev"'),

0 commit comments

Comments
 (0)