Fixed a typo in the coding line of translations.py of pyflakes.

Fri, 24 Jan 2014 20:23:53 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 24 Jan 2014 20:23:53 +0100
changeset 3229
c8bbf88ae439
parent 3227
520d79af33af
child 3230
2beb981f3b6d

Fixed a typo in the coding line of translations.py of pyflakes.

Utilities/pyflakes/translations.py file | annotate | diff | comparison | revisions
--- a/Utilities/pyflakes/translations.py	Fri Jan 24 18:28:52 2014 +0100
+++ b/Utilities/pyflakes/translations.py	Fri Jan 24 20:23:53 2014 +0100
@@ -1,4 +1,4 @@
-# -*- cod)ing: utf-8 -*-
+# -*- coding: utf-8 -*-
 
 # Copyright (c) 2014 Detlev Offenbach <detlev@die-offenbachs.de>
 #

eric ide

mercurial