We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61f3ec commit ac5d8eaCopy full SHA for ac5d8ea
python_files/pythonrc.py
@@ -76,7 +76,7 @@ def __str__(self):
76
return result
77
78
def __repr__(self):
79
- return "<Custom PS1 for VSCode Python Shell Integration>"
+ return "<Custom PS1 for VS Code Python Shell Integration>"
80
81
82
if sys.platform != "win32" and (not is_wsl):
0 commit comments