Skip to content

Commit c69f048

Browse files
timsavagejonathanslenders
authored andcommitted
Added help for windows users to find config location
1 parent acc75aa commit c69f048

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/ptpython_config/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
"""
22
Configuration example for ``ptpython``.
33
4-
Copy this file to ~/.ptpython/config.py
4+
Copy this file to ~/.ptpython/config.py on windows use
5+
`os.path.expanduser("~/.ptpython/config.py")` to find the
6+
correct location.
57
"""
68
from __future__ import unicode_literals
79
from prompt_toolkit.filters import ViInsertMode

0 commit comments

Comments
 (0)