[pypy-svn] r27997 - pypy/extradoc/talk/dls2006

cfbolz at codespeak.net cfbolz at codespeak.net
Wed May 31 16:20:20 CEST 2006


Author: cfbolz
Date: Wed May 31 16:20:19 2006
New Revision: 27997

Modified:
   pypy/extradoc/talk/dls2006/paper.tex
Log:
add a missing "section"


Modified: pypy/extradoc/talk/dls2006/paper.tex
==============================================================================
--- pypy/extradoc/talk/dls2006/paper.tex	(original)
+++ pypy/extradoc/talk/dls2006/paper.tex	Wed May 31 16:20:19 2006
@@ -314,7 +314,7 @@
 the restriction of having to use pointer-like and address-like
 objects, Python remains more expressive than, say, C to write a GC
 (Jikes RVM's GC work \cite{JikesGC} was the inspiration to try to
-express GCs in Python, see \ref{relatedwork}).
+express GCs in Python, see section \ref{relatedwork}).
 
 In the sequel, we will call \textit{system code} functions written in
 Python that are meant to be analysed by the front-end.  For the



More information about the Pypy-commit mailing list