From 99f4640190baa299d3ed73b12265b356330468ac Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sun, 24 Nov 2019 22:17:32 -0500 Subject: Updated warning text --- cmd2/rl_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/rl_utils.py') diff --git a/cmd2/rl_utils.py b/cmd2/rl_utils.py index 6278e859..12f5f202 100644 --- a/cmd2/rl_utils.py +++ b/cmd2/rl_utils.py @@ -122,7 +122,7 @@ elif 'gnureadline' in sys.modules or 'readline' in sys.modules: readline_lib = ctypes.CDLL(readline.__file__) except AttributeError: _rl_warn_reason = ("this application is running in a non-standard Python environment in\n" - "which readline is not loaded dynamically from a shared library file") + "which readline is not loaded dynamically from a shared library file.") else: rl_type = RlType.GNU if sys.stdout.isatty(): -- cgit v1.2.1