From 8c1e01886853471d8dadd473f491f310937b01d0 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 13 Mar 2017 21:40:56 -0400 Subject: Mostly fix a bunch of spelling mistakes. A few other miscellaneous minor tweaks for whitespace and such. --- examples/pirate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pirate.py') diff --git a/examples/pirate.py b/examples/pirate.py index 03745ed4..4fd7e6be 100755 --- a/examples/pirate.py +++ b/examples/pirate.py @@ -62,7 +62,7 @@ class Pirate(Cmd): self.gold -= 1 def do_quit(self, arg): - """Quit the applicaiton gracefully.""" + """Quit the application gracefully.""" print("Quiterrr!") return True -- cgit v1.2.1