[pypy-commit] pypy py3k: fix comment

bdkearns noreply at buildbot.pypy.org
Fri Mar 8 08:02:53 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: py3k
Changeset: r62218:87fe65b23854
Date: 2013-03-08 01:55 -0500
http://bitbucket.org/pypy/pypy/changeset/87fe65b23854/

Log:	fix comment

diff --git a/lib_pypy/_sha1.py b/lib_pypy/_sha1.py
--- a/lib_pypy/_sha1.py
+++ b/lib_pypy/_sha1.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# -*- coding: iso-8859-1
+# -*- coding: iso-8859-1 -*-
 
 # Note that PyPy contains also a built-in module 'sha' which will hide
 # this one if compiled in.


More information about the pypy-commit mailing list