diff options
Diffstat (limited to 'Lib/plat-mac/macostools.py')
| -rw-r--r-- | Lib/plat-mac/macostools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/macostools.py b/Lib/plat-mac/macostools.py index 06bc92f..f7ce468 100644 --- a/Lib/plat-mac/macostools.py +++ b/Lib/plat-mac/macostools.py @@ -13,7 +13,7 @@ import time try: openrf = MacOS.openrf except AttributeError: - # Backward compatability + # Backward compatibility openrf = open Error = 'macostools.Error' |
