Skip to content

Commit d8a1a3f

Browse files
authored
gh-1194: Add Windows command for patchcheck to Quick Reference (#1195)
1 parent 74b312f commit d8a1a3f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

index.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,19 @@ instructions please see the :ref:`setup guide <setup>`.
5757
<https://github.com/python/cpython/issues>`_. Trivial issues (e.g. typo fixes) do
5858
not require any issue to be created.
5959

60-
6. Once you fixed the issue, run the tests, run ``make patchcheck``, and if
61-
everything is ok, commit.
60+
6. Once you fixed the issue, run the tests, and the patchcheck.
61+
62+
On Unix and macOS use::
63+
64+
make patchcheck
65+
66+
and on Windows:
67+
68+
.. code-block:: dosbatch
69+
70+
.\python.bat Tools\patchcheck\patchcheck.py
71+
72+
If everything is ok, commit.
6273

6374
7. Push the branch on your fork on GitHub and :ref:`create a pull request
6475
<pullrequest>`. Include the issue number using ``gh-NNNN`` in the

0 commit comments

Comments
 (0)