Environment: Default docs: VIRTUAL_ENV now has configurable=False set.

This commit is contained in:
Konstantin Molchanov 2016-02-13 22:09:21 +03:00
parent 1186637e23
commit 15be794714

View file

@ -389,7 +389,7 @@ DEFAULT_DOCS = {
'VI_MODE': VarDocs(
"Flag to enable 'vi_mode' in the 'prompt_toolkit' shell."),
'VIRTUAL_ENV': VarDocs(
"Path to the currently active Python environment."),
'Path to the currently active Python environment.', configurable=False),
'XDG_CONFIG_HOME': VarDocs(
'Open desktop standard configuration home dir. This is the same '
'default as used in the standard.', configurable=False,