[pypy-svn] jitviewer default: typo

antocuni commits-noreply at bitbucket.org
Fri Feb 25 14:59:42 CET 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r96:bce30a06ccd2
Date: 2011-02-25 14:42 +0100
http://bitbucket.org/pypy/jitviewer/changeset/bce30a06ccd2/

Log:	typo

diff --git a/_jitviewer/parser.py b/_jitviewer/parser.py
--- a/_jitviewer/parser.py
+++ b/_jitviewer/parser.py
@@ -33,7 +33,7 @@
 
 class OpHtml(parser.Op):
     """
-    Subclass of Op with human-friendly tml representation
+    Subclass of Op with human-friendly html representation
     """
 
     def html_repr(self):


More information about the Pypy-commit mailing list