diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-13 21:40:56 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-13 21:40:56 -0400 |
commit | 8c1e01886853471d8dadd473f491f310937b01d0 (patch) | |
tree | f41bf6a8699495575640d0d8fda37d45d0e4d056 /docs/pycon2010/pirate3.py | |
parent | 8b0505c5ccdc7516572afe1426d82666f97232af (diff) | |
download | cmd2-git-8c1e01886853471d8dadd473f491f310937b01d0.tar.gz |
Mostly fix a bunch of spelling mistakes.
A few other miscellaneous minor tweaks for whitespace and such.
Diffstat (limited to 'docs/pycon2010/pirate3.py')
-rw-r--r-- | docs/pycon2010/pirate3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pycon2010/pirate3.py b/docs/pycon2010/pirate3.py index ecc70f3f..46f26501 100644 --- a/docs/pycon2010/pirate3.py +++ b/docs/pycon2010/pirate3.py @@ -6,6 +6,7 @@ from cmd import Cmd class Pirate(Cmd): gold = 3 + initial_gold = gold def do_loot(self, arg): 'Seize booty from a passing ship.' |