summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-31 17:51:32 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-31 17:51:32 -0400
commitaccb7d78675fffe9aa031fa073aa950c8241ee1c (patch)
tree04764919c82a1336cedb82eda7941576946eb16e /README.md
parent9b13916a6451686cfb9e3739a1326dea7f02faa5 (diff)
downloadcmd2-git-accb7d78675fffe9aa031fa073aa950c8241ee1c.tar.gz
Fixed typo
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1584ea86..3700edf3 100755
--- a/README.md
+++ b/README.md
@@ -188,7 +188,7 @@ Instructions for implementing each feature follow.
Any command accepts multi-line input when its name is listed the `multiline_commands` optional argument to
`cmd2.Cmd.__init`. The program will keep expecting input until a line ends with any of the characters listed in the
- `terminators` optional argument to `cmd2.Cmd.__init__()` . The default terminators are `;` and `/n` (empty newline).
+ `terminators` optional argument to `cmd2.Cmd.__init__()` . The default terminators are `;` and `\n` (empty newline).
- Special-character shortcut commands (beyond cmd's "@" and "!")