[pypy-svn] r43737 - pypy/extradoc/talk/dyla2007

arigo at codespeak.net arigo at codespeak.net
Sun May 27 19:05:45 CEST 2007


Author: arigo
Date: Sun May 27 19:05:44 2007
New Revision: 43737

Modified:
   pypy/extradoc/talk/dyla2007/dyla.tex
Log:
Fix refs.


Modified: pypy/extradoc/talk/dyla2007/dyla.tex
==============================================================================
--- pypy/extradoc/talk/dyla2007/dyla.tex	(original)
+++ pypy/extradoc/talk/dyla2007/dyla.tex	Sun May 27 19:05:44 2007
@@ -109,12 +109,12 @@
 In section \ref{sect:approaches} we will explore the way VMs are typically
 implemented in C and on top of OO VMs and some of the problems of these
 approaches, using various Python implementations as the main example. In
-\ref{section sect:metaprogramming} we will describe our proposed
+section \ref{sect:metaprogramming} we will describe our proposed
 meta-programming approach.
 
 
 \section{Approaches to Dynamic Language Implementation}
-\label{sect:appraches}
+\label{sect:approaches}
 
 XXX the next paragraph is also the start of the introduction right now!
 


More information about the pypy-svn mailing list