[pypy-commit] extradoc extradoc: typo

hakanardo noreply at buildbot.pypy.org
Wed Sep 12 12:17:10 CEST 2012


Author: Hakan Ardo <hakan at debian.org>
Branch: extradoc
Changeset: r4796:5a0aeeccf379
Date: 2012-09-12 12:17 +0200
http://bitbucket.org/pypy/extradoc/changeset/5a0aeeccf379/

Log:	typo

diff --git a/talk/dls2012/demo/demo.py b/talk/dls2012/demo/demo.py
--- a/talk/dls2012/demo/demo.py
+++ b/talk/dls2012/demo/demo.py
@@ -41,7 +41,7 @@
     vim.send('7gg$')
     vim.type('i * 2<ESC>:w<CR>', 0.2)
 
-    pause("Now let's create a new class that estimetae a background image\n" +
+    pause("Now let's create a new class that estimates a background image\n" +
           "using a sliding mean.")
     with open('background.py', 'w') as fd:
         print >>fd, """


More information about the pypy-commit mailing list