Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55b0c14

Browse files
Update patchcheck description (#1031)
* Update path to patchcheck.py * Update path to reindent.py and clear deleted file * Link with `:cpy-file:` directly Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 376def3 commit 55b0c14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

getting-started/pull-request-lifecycle.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,14 @@ through the common patch generation checks. To run ``patchcheck``:
249249

250250
.. code-block:: dosbatch
251251
252-
python.bat Tools\scripts\patchcheck.py
252+
python.bat Tools\patchcheck\patchcheck.py
253253
254254
The automated patch checklist runs through:
255255

256256
* Are there any whitespace problems in Python files?
257-
(using ``Tools/scripts/reindent.py``)
257+
(using :cpy-file:`Tools/patchcheck/reindent.py`)
258258
* Are there any whitespace problems in C files?
259259
* Are there any whitespace problems in the documentation?
260-
(using ``Tools/scripts/reindent-rst.py``)
261260
* Has the documentation been updated?
262261
* Has the test suite been updated?
263262
* Has an entry under ``Misc/NEWS.d/next`` been added?

0 commit comments

Comments
 (0)