summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 "!")