[Python-checkins] devguide: Fix markup.

ezio.melotti python-checkins at python.org
Thu Jan 3 08:14:43 CET 2013


http://hg.python.org/devguide/rev/40b259aa4efd
changeset:   584:40b259aa4efd
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Jan 03 09:14:35 2013 +0200
summary:
  Fix markup.

files:
  committing.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/committing.rst b/committing.rst
--- a/committing.rst
+++ b/committing.rst
@@ -19,15 +19,15 @@
 Patch Checklist
 ---------------
 
-Here's the simple patch checklist that ``make patchcheck`` (or  ``./python.exe
+Here's the simple patch checklist that ``make patchcheck`` (or ``./python.exe
 Tools/scripts/patchcheck.py`` on Windows) will run through
 on a system that uses the makefile to build Python:
 
 * Are there any whitespace problems in Python files?
-  (using Tools/scripts/reindent.py)
+  (using ``Tools/scripts/reindent.py``)
 * Are there any whitespace problems in C files?
 * Are there any whitespace problems in the documentation?
-  (using Tools/scripts/reindent-rst.py)
+  (using ``Tools/scripts/reindent-rst.py``)
 * Has the documentation been updated?
 * Has the test suite been updated?
 * Has ``Misc/NEWS`` been updated?

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list