[pypy-commit] pypy default: fix typo in doc

wlav noreply at buildbot.pypy.org
Fri Apr 25 08:54:39 CEST 2014


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: 
Changeset: r70961:61191b4a5eac
Date: 2014-04-24 23:53 -0700
http://bitbucket.org/pypy/pypy/changeset/61191b4a5eac/

Log:	fix typo in doc

diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst
--- a/pypy/doc/cppyy.rst
+++ b/pypy/doc/cppyy.rst
@@ -583,7 +583,7 @@
   Special care needs to be taken for global operator overloads in C++: first,
   make sure that they are actually reflected, especially for the global
   overloads for ``operator==`` and ``operator!=`` of STL vector iterators in
-  the case of gcc (note that they are not needed to iterator over a vector).
+  the case of gcc (note that they are not needed to iterate over a vector).
   Second, make sure that reflection info is loaded in the proper order.
   I.e. that these global overloads are available before use.
 


More information about the pypy-commit mailing list