[pypy-svn] r10295 - pypy/dist/pypy/translator/tool

pedronis at codespeak.net pedronis at codespeak.net
Mon Apr 4 17:57:41 CEST 2005


Author: pedronis
Date: Mon Apr  4 17:57:41 2005
New Revision: 10295

Modified:
   pypy/dist/pypy/translator/tool/graphpage.py
Log:
fix doc string



Modified: pypy/dist/pypy/translator/tool/graphpage.py
==============================================================================
--- pypy/dist/pypy/translator/tool/graphpage.py	(original)
+++ pypy/dist/pypy/translator/tool/graphpage.py	Mon Apr  4 17:57:41 2005
@@ -303,8 +303,8 @@
 
 
 class LocalizedCallGraphPage(BaseTranslatorPage):
-    """A GraphPage showing a the call graph between functions
-    as well as the class hierarchy."""
+    """A GraphPage showing a the localized call graph for a function,
+    that means just including direct callers and callees"""
 
     def graph_name(self, func0):
         return 'LCG_%s' % nameof(func0)



More information about the Pypy-commit mailing list