diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-25 19:10:46 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-25 19:10:46 -0400 |
commit | 39e43d6329eb517ac58f95a8ca37e7e489d446cb (patch) | |
tree | 7244b69c9ea882c81a5379426f93ba2b2281229c /docs | |
parent | 5f46487bf7909045f217c89c7ade2d9fa89ebd7b (diff) | |
download | cmd2-git-39e43d6329eb517ac58f95a8ca37e7e489d446cb.tar.gz |
Addressing code review comments
Diffstat (limited to 'docs')
-rw-r--r-- | docs/unfreefeatures.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/unfreefeatures.rst b/docs/unfreefeatures.rst index 60630258..b5f9415d 100644 --- a/docs/unfreefeatures.rst +++ b/docs/unfreefeatures.rst @@ -209,13 +209,13 @@ async_update_prompt() a system status or increase a counter to report an event. ``cmd2`` also provides a function to change the title of the terminal window. This feature requires the -application be running in a terminal that support VT100 control characters. Linux, Mac, and Windows 10 and +application be running in a terminal that supports VT100 control characters. Linux, Mac, and Windows 10 and greater all support these. set_window_title() Sets the terminal window title -The easiest way to understand these function is to see the AsyncPrinting_ example for a demonstration. +The easiest way to understand these functions is to see the AsyncPrinting_ example for a demonstration. .. _AsyncPrinting: https://github.com/python-cmd2/cmd2/blob/master/examples/async_printing.py |