Skip to content

Commit bf9750b

Browse files
committed
Fixed spelling and corrected CHANGELOG entry.
1 parent 8cbf1fb commit bf9750b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@
699699
- Added `read_input()` function that is used to read from stdin. Unlike the Python built-in
700700
`input()`, it also has an argument to disable tab completion while input is being entered.
701701
- Added capability to override the argument parser class used by cmd2 built-in commands. See
702-
custom_parser.py example for more details.
702+
override_parser.py example for more details.
703703
- Added `end` argument to `pfeedback()` to be consistent with the other print functions like
704704
`poutput()`.
705705
- Added `apply_style` to `pwarning()`.

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ each:
3535
- [colors.py](https://github.com/python-cmd2/cmd2/blob/main/examples/colors.py)
3636
- Show various ways of using colorized output within a cmd2 application
3737
- [custom_parser.py](https://github.com/python-cmd2/cmd2/blob/main/examples/custom_parser.py)
38-
- Demonstrates how to create your own customer `Cmd2ArgumentParser`
38+
- Demonstrates how to create your own custom `Cmd2ArgumentParser`
3939
- [decorator_example.py](https://github.com/python-cmd2/cmd2/blob/main/examples/decorator_example.py)
4040
- Shows how to use cmd2's various argparse decorators to processes command-line arguments
4141
- [default_categories.py](https://github.com/python-cmd2/cmd2/blob/main/examples/default_categories.py)

0 commit comments

Comments
 (0)