summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormyint <myint@macbookpro.local>2012-06-16 12:22:52 -0700
committermyint <myint@macbookpro.local>2012-06-16 12:22:52 -0700
commit891b825155f9f0aaaf7e69b92b8444c733b9caef (patch)
treec0a0b7c3f55d7f0eceaeff43e7df8ee1e3160464
parent5bb9416386e49f7115e8809adcc3c405f686cb2b (diff)
downloadpep8-891b825155f9f0aaaf7e69b92b8444c733b9caef.tar.gz
Correct spelling error
-rwxr-xr-xpep8.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pep8.py b/pep8.py
index 4b67572..2a6e818 100755
--- a/pep8.py
+++ b/pep8.py
@@ -1737,7 +1737,7 @@ def read_config(options, args, arglist, parser):
option_list = dict([(o.dest, o.type or o.action)
for o in parser.option_list if o.dest])
- # First, read the defaut values
+ # First, read the default values
options, _ = parser.parse_args([])
# Second, parse the configuration