From: Victor Stinner Date: Wed, 19 Oct 2016 22:45:50 +0000 (+0200) Subject: Close #28479: Fix reST syntax in windows.rst X-Git-Tag: v3.6.0b3~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6b1e15788ec0d92653e27dac7e1b7c57b4448fb;p=thirdparty%2FPython%2Fcpython.git Close #28479: Fix reST syntax in windows.rst Patch written by Julien Palard. --- diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index b6ca0d2ef55c..81efbb0c985b 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -818,10 +818,10 @@ non-standard paths in the registry and user site-packages. .. 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 ==================