Author: Richard Plangger <planri...@gmail.com>
Branch: 
Changeset: r90440:8a379af198e4
Date: 2017-03-01 14:48 +0100
http://bitbucket.org/pypy/pypy/changeset/8a379af198e4/

Log:    typo

diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/project-ideas.rst
@@ -13,7 +13,7 @@
 
 * **VMProf visualisations**: vmprof just shows a flamgraph of the statistical 
profile and some more information about specific call sites. It would be very 
interesting to experiment with different information (such as memory, or even 
information generated by our jit compiler).
 
-* **Explicit typing in RPython**: PyPy wants to have better ways to specify 
the signature andclass attribute types in RPython. See more information about 
this topic below on this page.
+* **Explicit typing in RPython**: PyPy wants to have better ways to specify 
the signature and class attribute types in RPython. See more information about 
this topic below on this page.
 
 * **Virtual Reality (VR) visualisations for vmprof**: This is a very open 
topic with lots of freedom to explore data visualisation for profiles. No VR 
hardware would be needed for this project. Either Universities provide such 
hardware in any other case we potentially can lend the VR hardware setup.
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to