Author: Maciej Fijalkowski <[email protected]>
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()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit