Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r90582:02c99087b39c
Date: 2017-03-07 07:10 +0100
http://bitbucket.org/pypy/pypy/changeset/02c99087b39c/

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
@@ -11,7 +11,7 @@
 
 * **VMProf + memory profiler**: vmprof by now has a memory profiler that can 
be used already. We want extend it with more features and resolve some current 
limitations.
 
-* **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).
+* **VMProf visualisations**: vmprof just shows a flame graph 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 and class attribute types in RPython. See more information about 
this topic below on this page.
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to