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

fijal at codespeak.net fijal at codespeak.net
Mon May 5 10:58:13 CEST 2008


Author: fijal
Date: Mon May  5 10:58:13 2008
New Revision: 54434

Modified:
   pypy/dist/pypy/doc/rffi.txt
Log:
clarify


Modified: pypy/dist/pypy/doc/rffi.txt
==============================================================================
--- pypy/dist/pypy/doc/rffi.txt	(original)
+++ pypy/dist/pypy/doc/rffi.txt	Mon May  5 10:58:13 2008
@@ -6,7 +6,7 @@
 -------
 
 This document describes an FFI for RPython language, concentrating
-only (right now) on low-level backends like C or LLVM. It describes
+on low-level backends like C or LLVM. It describes
 how to declare and call low-level (C) functions from RPython level.
 
 Declaring low-level external function
@@ -69,6 +69,7 @@
 
 .. _`extfunc.py`: http://codespeak.net/svn/pypy/dist/pypy/rpython/extfunc.py
 
+
 OO backends
 -----------
 


More information about the pypy-svn mailing list