File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -249,15 +249,14 @@ through the common patch generation checks. To run ``patchcheck``:
249
249
250
250
.. code-block :: dosbatch
251
251
252
- python.bat Tools\scripts \patchcheck.py
252
+ python.bat Tools\patchcheck \patchcheck.py
253
253
254
254
The automated patch checklist runs through:
255
255
256
256
* Are there any whitespace problems in Python files?
257
- (using `` Tools/scripts /reindent.py ` `)
257
+ (using :cpy-file: ` Tools/patchcheck /reindent.py `)
258
258
* Are there any whitespace problems in C files?
259
259
* Are there any whitespace problems in the documentation?
260
- (using ``Tools/scripts/reindent-rst.py ``)
261
260
* Has the documentation been updated?
262
261
* Has the test suite been updated?
263
262
* Has an entry under ``Misc/NEWS.d/next `` been added?
You can’t perform that action at this time.
0 commit comments