[pypy-commit] pypy vmprof: typo

fijal noreply at buildbot.pypy.org
Tue Mar 31 13:20:40 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: vmprof
Changeset: r76660:e885d85c010a
Date: 2015-03-31 13:20 +0200
http://bitbucket.org/pypy/pypy/changeset/e885d85c010a/

Log:	typo

diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py
--- a/pypy/module/_vmprof/interp_vmprof.py
+++ b/pypy/module/_vmprof/interp_vmprof.py
@@ -182,7 +182,7 @@
         else:
             self._flush_codes(space)
 
-    def _fluch_codes(self, space):
+    def _flush_codes(self, space):
         b = StringBuilder()
         for code in self.current_codes:
             name = code._get_full_name()


More information about the pypy-commit mailing list