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

mwh at codespeak.net mwh at codespeak.net
Fri Mar 2 16:40:53 CET 2007


Author: mwh
Date: Fri Mar  2 16:40:48 2007
New Revision: 39710

Modified:
   pypy/dist/pypy/doc/faq.txt
Log:
typo


Modified: pypy/dist/pypy/doc/faq.txt
==============================================================================
--- pypy/dist/pypy/doc/faq.txt	(original)
+++ pypy/dist/pypy/doc/faq.txt	Fri Mar  2 16:40:48 2007
@@ -37,7 +37,7 @@
 The mostly likely stumbling block for any given project is support for
 `extension modules`_.  PyPy supports a small but continually growing
 number of extension modules, so far mostly those found in the standard
-library.  The `threading` support is also not perfectly complete.
+library.  The `threading`_ support is also not perfectly complete.
 
 The language features (including builtin types and functions) are very
 complete and well tested, so if your project does not use many



More information about the Pypy-commit mailing list