Skip to content

Commit 4c5c666

Browse files
committed
Removed a Python3-only comment from an example since Python 2 is no longer supported
1 parent 3c51b9f commit 4c5c666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)