We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac03fb commit 62fdd73Copy full SHA for 62fdd73
README.md
@@ -78,7 +78,7 @@ Feature Overview
78
Instructions for implementing each feature follow.
79
80
- Extension of the `cmd` module. So capabilities provided by `cmd` still exist
81
- - Your applicaiton inherits from `cmd2.Cmd`, lets say you call this class `MyApp`
+ - Your applicaiton inherits from `cmd2.Cmd`, let's say you call this class `MyApp`
82
```Python
83
import cmd2
84
class MyApp(cmd2.Cmd):
0 commit comments