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.
2 parents 67aa13c + c0f283b commit fcfa8edCopy full SHA for fcfa8ed
cmd2.png
17.5 KB
examples/python_scripting.py
@@ -27,7 +27,7 @@ def __init__(self):
27
# Enable the optional ipy command if IPython is installed by setting use_ipython=True
28
super().__init__(use_ipython=True)
29
self._set_prompt()
30
- self.intro = 'Happy 𝛑 Day. Note the full Unicode support: 😇 (Python 3 only) 💩'
+ self.intro = 'Happy 𝛑 Day. Note the full Unicode support: 😇 💩'
31
self.locals_in_py = True
32
33
def _set_prompt(self):
0 commit comments