[pypy-commit] pypy numpy-multidim: pep8

fijal noreply at buildbot.pypy.org
Thu Nov 3 21:56:42 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: numpy-multidim
Changeset: r48725:a5e0435c51ef
Date: 2011-11-03 21:56 +0100
http://bitbucket.org/pypy/pypy/changeset/a5e0435c51ef/

Log:	pep8

diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy/interp_numarray.py
+++ b/pypy/module/micronumpy/interp_numarray.py
@@ -237,7 +237,7 @@
         if res0 == "[]" and isinstance(self, NDimSlice):
             res.append("[], shape=(")
             self_shape = str(self.shape)
-            res.append_slice(str(self_shape),1,len(self_shape)-1)
+            res.append_slice(str(self_shape), 1, len(self_shape)-1)
             res.append(')')
         else:
             res.append(res0)


More information about the pypy-commit mailing list