Skip to content

Commit fcfa8ed

Browse files
authored
Merge branch 'master' into delete_deprecated_hooks
2 parents 67aa13c + c0f283b commit fcfa8ed

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cmd2.png

17.5 KB
Loading

examples/python_scripting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self):
2727
# Enable the optional ipy command if IPython is installed by setting use_ipython=True
2828
super().__init__(use_ipython=True)
2929
self._set_prompt()
30-
self.intro = 'Happy 𝛑 Day. Note the full Unicode support: 😇 (Python 3 only) 💩'
30+
self.intro = 'Happy 𝛑 Day. Note the full Unicode support: 😇 💩'
3131
self.locals_in_py = True
3232

3333
def _set_prompt(self):

0 commit comments

Comments
 (0)