Author: Maciej Fijalkowski <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to