Skip to content

Commit 52c5497

Browse files
authored
Merge pull request #338 from python-cmd2/doc_updates
Corrected docs
2 parents a5cc73a + ce4c9dd commit 52c5497

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Main Features
2828
- `py` enters interactive Python console (opt-in `ipy` for IPython console)
2929
- Option to display long output using a pager with ``cmd2.Cmd.ppaged()``
3030
- Multi-line commands
31-
- Special-character command shortcuts (beyond cmd's `@` and `!`)
31+
- Special-character command shortcuts (beyond cmd's `?` and `!`)
3232
- Command aliasing similar to bash `alias` command
3333
- Ability to load commands at startup from an initialization script
3434
- Settable environment parameters

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- Bare `>`, `>>` with no filename send output to paste buffer (clipboard)
3030
- `py` enters interactive Python console (opt-in `ipy` for IPython console)
3131
- Multi-line commands
32-
- Special-character command shortcuts (beyond cmd's `@` and `!`)
32+
- Special-character command shortcuts (beyond cmd's `?` and `!`)
3333
- Settable environment parameters
3434
- Parsing commands with arguments using `argparse`, including support for sub-commands
3535
- Unicode character support (*Python 3 only*)

0 commit comments

Comments
 (0)