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 3c51b9f commit 4c5c666Copy full SHA for 4c5c666
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