Skip to content

Commit

Permalink
Merge pull request #10 from ctb/patch-2
Browse files Browse the repository at this point in the history
Fix spelling in setup.py :)
  • Loading branch information
jdidion committed May 22, 2017
2 parents b48417f + 876584c commit f4e6ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
sys.stdout.write("At least Python 3.3 is required.\n")
sys.exit(1)
elif sys.version_info < (3, 5):
# typing was added in 3.5, but a backport is avaialble for 3.3+
# typing was added in 3.5, but a backport is available for 3.3+
requirements.append('typing')

import versioneer
Expand Down

0 comments on commit f4e6ef2

Please sign in to comment.