Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit dec4d44

Browse files
author
Zakaria Zajac
committed
Merge pull request #22 from mrluanma/patch-1
Typo.
2 parents ec8823a + cd73cf3 commit dec4d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
if sys.version_info < (2, 6):
33
print(sys.stderr, "{}: need Python 2.6 or later.".format(sys.argv[0]))
4-
print(sys.stderror, "Your Python is {}".format(sys.version))
4+
print(sys.stderr, "Your Python is {}".format(sys.version))
55
sys.exit(1)
66

77
from setuptools import setup, find_packages

0 commit comments

Comments
 (0)