[pypy-commit] pypy numpy-multidim: fix typo

fijal noreply at buildbot.pypy.org
Wed Oct 26 21:29:29 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: numpy-multidim
Changeset: r48487:ac15793a59b2
Date: 2011-10-26 21:27 +0200
http://bitbucket.org/pypy/pypy/changeset/ac15793a59b2/

Log:	fix typo

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
@@ -310,7 +310,7 @@
 
 class Scalar(BaseArray):
     """
-    Intermediate class representing a float literal.
+    Intermediate class representing a literal.
     """
     signature = signature.BaseSignature()
 


More information about the pypy-commit mailing list