[pypy-commit] pypy fix-1674: typo: missing char

Vincent Legoll pypy.commits at gmail.com
Tue Dec 29 08:07:14 EST 2015


Author: Vincent Legoll <vincent.legoll at idgrilles.fr>
Branch: fix-1674
Changeset: r81485:178b35c5cbc0
Date: 2015-12-24 12:28 +0100
http://bitbucket.org/pypy/pypy/changeset/178b35c5cbc0/

Log:	typo: missing char

diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py
--- a/pypy/module/micronumpy/loop.py
+++ b/pypy/module/micronumpy/loop.py
@@ -199,7 +199,7 @@
     reds='auto')
 
 def call_many_to_many(space, shape, func, in_dtypes, out_dtypes, in_args, out_args):
-    # out must hav been built. func needs no calc_type, is usually an
+    # out must have been built. func needs no calc_type, is usually an
     # external ufunc
     nin = len(in_args)
     in_iters = [None] * nin


More information about the pypy-commit mailing list