diff options
Diffstat (limited to 'Lib/binhex.py')
-rw-r--r-- | Lib/binhex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/binhex.py b/Lib/binhex.py index 0a28859..275701d 100644 --- a/Lib/binhex.py +++ b/Lib/binhex.py @@ -75,7 +75,7 @@ if os.name == 'mac': else: # - # Glue code for non-macintosh useage + # Glue code for non-macintosh usage # class FInfo: |