diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-10-03 09:15:27 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-10-03 09:15:27 -0700 |
commit | fb12ce1cb3ded55e17833603715b1a38e15be20d (patch) | |
tree | 60d9fba515092f31694ba331ae8e8a08cf84ba34 | |
parent | 312cef7452dcc8bb97ca6b20999d5db567406692 (diff) | |
download | cpython-git-fb12ce1cb3ded55e17833603715b1a38e15be20d.tar.gz |
Issue #28218: Fixes versionadded description in using/windows.rst
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 12bdd9d646..b6ca0d2ef5 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -818,7 +818,7 @@ non-standard paths in the registry and user site-packages. .. versionchanged:: 3.6 - * Adds ``sys.path`` file support and removes ``applocal`` option from + * Adds ``._pth`` file support and removes ``applocal`` option from ``pyvenv.cfg``. * Adds ``pythonXX.zip`` as a potential landmark when directly adjacent to the executable. |