[Python-checkins] cpython (3.6): Close #28479: Fix reST syntax in windows.rst

victor.stinner python-checkins at python.org
Wed Oct 19 18:46:47 EDT 2016


https://hg.python.org/cpython/rev/39ac5093bdbb
changeset:   104573:39ac5093bdbb
branch:      3.6
parent:      104570:3b554c9ea1c4
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Oct 20 00:45:50 2016 +0200
summary:
  Close #28479: Fix reST syntax in windows.rst

Patch written by Julien Palard.

files:
  Doc/using/windows.rst |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -818,10 +818,10 @@
 .. versionchanged::
    3.6
 
-   * Adds ``._pth`` file support and removes ``applocal`` option from
-     ``pyvenv.cfg``.
-   * Adds ``pythonXX.zip`` as a potential landmark when directly adjacent
-     to the executable.
+      * Adds ``._pth`` file support and removes ``applocal`` option from
+        ``pyvenv.cfg``.
+      * Adds ``pythonXX.zip`` as a potential landmark when directly adjacent
+        to the executable.
 
 Additional modules
 ==================

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list