Author: Maciej Fijalkowski <[email protected]>
Branch: refactor-signature
Changeset: r50242:e08b8dbb9fb8
Date: 2011-12-07 13:13 +0200
http://bitbucket.org/pypy/pypy/changeset/e08b8dbb9fb8/

Log:    reindent

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
@@ -836,16 +836,16 @@
 
     def descr_reshape(self, space, args_w):
         """reshape(...)
-    a.reshape(shape)
+        a.reshape(shape)
 
-    Returns an array containing the same data with a new shape.
-
-    Refer to `numpypy.reshape` for full documentation.
-
-    See Also
-    --------
-    numpypy.reshape : equivalent function
-"""
+        Returns an array containing the same data with a new shape.
+        
+        Refer to `numpypy.reshape` for full documentation.
+        
+        See Also
+        --------
+        numpypy.reshape : equivalent function
+        """
         if len(args_w) == 1:
             w_shape = args_w[0]
         else:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to