diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-10-03 16:15:27 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-10-03 16:15:27 (GMT) |
commit | fb12ce1cb3ded55e17833603715b1a38e15be20d (patch) | |
tree | 60d9fba515092f31694ba331ae8e8a08cf84ba34 /Doc/using | |
parent | 312cef7452dcc8bb97ca6b20999d5db567406692 (diff) | |
download | cpython-fb12ce1cb3ded55e17833603715b1a38e15be20d.zip cpython-fb12ce1cb3ded55e17833603715b1a38e15be20d.tar.gz cpython-fb12ce1cb3ded55e17833603715b1a38e15be20d.tar.bz2 |
Issue #28218: Fixes versionadded description in using/windows.rst
Diffstat (limited to 'Doc/using')
-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 12bdd9d..b6ca0d2 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. |