Skip to content

Commit 99f4640

Browse files
committed
Updated warning text
1 parent efa7548 commit 99f4640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/rl_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def pyreadline_remove_history_item(pos: int) -> None:
122122
readline_lib = ctypes.CDLL(readline.__file__)
123123
except AttributeError:
124124
_rl_warn_reason = ("this application is running in a non-standard Python environment in\n"
125-
"which readline is not loaded dynamically from a shared library file")
125+
"which readline is not loaded dynamically from a shared library file.")
126126
else:
127127
rl_type = RlType.GNU
128128
if sys.stdout.isatty():

0 commit comments

Comments
 (0)