summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2018-04-09 12:01:37 -0700
committerGitHub <noreply@github.com>2018-04-09 12:01:37 -0700
commit6d10bc73906144d27928d1be306032393f658a80 (patch)
tree3a9d2370bff345a8e80cfc85b721cee2edf60c2d /CHANGES.txt
parent41438bf9a8ccebf392bd005237e845b6610e7e9b (diff)
downloadpep8-6d10bc73906144d27928d1be306032393f658a80.tar.gz
Fixed typo
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e86aa99..daa77fd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -27,7 +27,7 @@ Changes:
* You can now write 'pycodestyle.StyleGuide(verbose=True)' instead of
'pycodestyle.StyleGuide(verbose=True, paths=['-v'])' in order to achieve
verbosity.
-* The distribution of pycodestyle now includes the licence text in order to
+* The distribution of pycodestyle now includes the license text in order to
comply with open source licenses which require this.
* 'maximum_line_length' now ignores shebang ('#!') lines.
* Add configuration option for the allowed number of blank lines. It is