Skip to content

Commit accb7d7

Browse files
committed
Fixed typo
1 parent 9b13916 commit accb7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Instructions for implementing each feature follow.
188188

189189
Any command accepts multi-line input when its name is listed the `multiline_commands` optional argument to
190190
`cmd2.Cmd.__init`. The program will keep expecting input until a line ends with any of the characters listed in the
191-
`terminators` optional argument to `cmd2.Cmd.__init__()` . The default terminators are `;` and `/n` (empty newline).
191+
`terminators` optional argument to `cmd2.Cmd.__init__()` . The default terminators are `;` and `\n` (empty newline).
192192
193193
- Special-character shortcut commands (beyond cmd's "@" and "!")
194194

0 commit comments

Comments
 (0)