Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: extradoc
Changeset: r3998:f5f38f08d90d
Date: 2011-12-19 19:45 +0100
http://bitbucket.org/pypy/extradoc/changeset/f5f38f08d90d/

Log:    typo in talk slides

diff --git a/talk/icooolps2011/talk/talk.tex b/talk/icooolps2011/talk/talk.tex
--- a/talk/icooolps2011/talk/talk.tex
+++ b/talk/icooolps2011/talk/talk.tex
@@ -437,7 +437,7 @@
 |{\color{gray}$index_1$ = Map.getindex($map_1$, "a")}|
 |{\color{gray}guard($index_1$ != -1)}|
 $storage_1$ = $inst_1$.storage
-$result_1$ = $storage_1$[$index_1$}]
+$result_1$ = $storage_1$[$index_1$]
 
 # $inst_1$.getfield("b")
 |{\color{gray}$map_2$ = $inst_1$.map|
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to