From 4c5c66633271c2d1968de4e437397a6d27f77ab7 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Tue, 25 Sep 2018 09:59:43 -0400 Subject: Removed a Python3-only comment from an example since Python 2 is no longer supported --- examples/python_scripting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/python_scripting.py') diff --git a/examples/python_scripting.py b/examples/python_scripting.py index ab5ecc2b..4c959f58 100755 --- a/examples/python_scripting.py +++ b/examples/python_scripting.py @@ -27,7 +27,7 @@ class CmdLineApp(cmd2.Cmd): # Enable the optional ipy command if IPython is installed by setting use_ipython=True super().__init__(use_ipython=True) self._set_prompt() - self.intro = 'Happy 𝛑 Day. Note the full Unicode support: 😇 (Python 3 only) 💩' + self.intro = 'Happy 𝛑 Day. Note the full Unicode support: 😇 💩' self.locals_in_py = True def _set_prompt(self): -- cgit v1.2.1