We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa7548 commit 99f4640Copy full SHA for 99f4640
cmd2/rl_utils.py
@@ -122,7 +122,7 @@ def pyreadline_remove_history_item(pos: int) -> None:
122
readline_lib = ctypes.CDLL(readline.__file__)
123
except AttributeError:
124
_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")
+ "which readline is not loaded dynamically from a shared library file.")
126
else:
127
rl_type = RlType.GNU
128
if sys.stdout.isatty():
0 commit comments