You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
* Aliases are now sorted alphabetically
11
11
* The **set** command now tab-completes settable parameter names
12
12
* Added ``async_alert``, ``async_update_prompt``, and ``set_window_title`` functions
13
-
* These allow you to provide feedback to the user in an asychronous fashion, meaning alert can be
13
+
* These allow you to provide feedback to the user in an asychronous fashion, meaning alerts can
14
14
display when the user is still entering text at the prompt. See [async_printing.py](https://github.com/python-cmd2/cmd2/blob/master/examples/async_printing.py)
0 commit comments