Skip to content

Commit bc2c3b6

Browse files
authored
Merge pull request #10408 from NateMeyvis/patch-2
Fix typos in CONTRIBUTING.rst
2 parents d84ed48 + c5c562b commit bc2c3b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CONTRIBUTING.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ them.
385385
Backporting bug fixes for the next patch release
386386
------------------------------------------------
387387

388-
Pytest makes feature release every few weeks or months. In between, patch releases
388+
Pytest makes a feature release every few weeks or months. In between, patch releases
389389
are made to the previous feature release, containing bug fixes only. The bug fixes
390390
usually fix regressions, but may be any change that should reach users before the
391391
next feature release.
@@ -394,7 +394,7 @@ Suppose for example that the latest release was 1.2.3, and you want to include
394394
a bug fix in 1.2.4 (check https://github.com/pytest-dev/pytest/releases for the
395395
actual latest release). The procedure for this is:
396396

397-
#. First, make sure the bug is fixed the ``main`` branch, with a regular pull
397+
#. First, make sure the bug is fixed in the ``main`` branch, with a regular pull
398398
request, as described above. An exception to this is if the bug fix is not
399399
applicable to ``main`` anymore.
400400

0 commit comments

Comments
 (0)