Skip to content

Commit

Permalink
Fix a few typos in colorizer.py that didn't affect functionality
Browse files Browse the repository at this point in the history
The comment at the beginning still thought the file was named
kanjicolorizer.py
Misspelling in --help text
'is' instead of 'it' in a docstring
  • Loading branch information
cayennes committed Jun 1, 2012
1 parent d5f8b3b commit 5a903e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kanjicolorizer/colorizer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python2
# -*- coding: UTF-8 -*-

# kanjicolorizer.py is part of kanji-colorize which makes KanjiVG data
# colorizer.py is part of kanji-colorize which makes KanjiVG data
# into colored stroke order diagrams
#
# Copyright 2012 Cayenne Boyer
Expand Down Expand Up @@ -66,7 +66,7 @@ def _init_parser(self):
>>> kc = KanjiColorizer()
To show that is really is creating it:
To show that it really is creating it:
>>> kc._parser = None
Then when this method is run:
Expand All @@ -85,7 +85,7 @@ def _init_parser(self):
help='spectrum: color progresses evenly through the'
' spectrum; nice for seeing the way the kanji is'
' put together at a glance, but has the disadvantage'
' of using similr colors for consecutive strokes '
' of using similar colors for consecutive strokes '
'which can make it less clear which number goes '
'with which stroke. contrast: maximizes contrast '
'among any group of consecutive strokes, using the '
Expand Down

0 comments on commit 5a903e0

Please sign in to comment.