[pypy-svn] r41542 - pypy/dist/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Tue Mar 27 20:29:43 CEST 2007


Author: arigo
Date: Tue Mar 27 20:29:42 2007
New Revision: 41542

Modified:
   pypy/dist/pypy/doc/interpreter.txt
   pypy/dist/pypy/doc/translation.txt
Log:
Fix a link.


Modified: pypy/dist/pypy/doc/interpreter.txt
==============================================================================
--- pypy/dist/pypy/doc/interpreter.txt	(original)
+++ pypy/dist/pypy/doc/interpreter.txt	Tue Mar 27 20:29:42 2007
@@ -105,7 +105,7 @@
 
 .. _`how-to guide for descriptors`: http://users.rcn.com/python/download/Descriptor.htm
 .. _`annotation pass`: translation.html#the-annotation-pass
-.. _`initialization time`: architecture.html#initialization-time
+.. _`initialization time`: translation.html#initialization-time
 .. _`interpreter-level and application-level`: coding-guide.html#interpreter-level 
 .. _`wrapped`: coding-guide.html#wrapping-rules
 .. _`object space`: objspace.html

Modified: pypy/dist/pypy/doc/translation.txt
==============================================================================
--- pypy/dist/pypy/doc/translation.txt	(original)
+++ pypy/dist/pypy/doc/translation.txt	Tue Mar 27 20:29:42 2007
@@ -41,6 +41,8 @@
 start with we describe the process of translating an RPython_ program into
 C (which is the default and original target).
 
+.. _`initialization time`:
+
 The translation tool chain never sees Python source code or syntax
 trees, but rather starts with the *code objects* that define the
 behaviour of the function objects one gives it as input.  The



More information about the Pypy-commit mailing list