[pypy-svn] r31018 - pypy/dist/pypy/doc/discussion

hpk at codespeak.net hpk at codespeak.net
Sat Aug 5 09:30:49 CEST 2006


Author: hpk
Date: Sat Aug  5 09:30:48 2006
New Revision: 31018

Modified:
   pypy/dist/pypy/doc/discussion/summer-of-pypy-pytest.txt
Log:
ReST fix


Modified: pypy/dist/pypy/doc/discussion/summer-of-pypy-pytest.txt
==============================================================================
--- pypy/dist/pypy/doc/discussion/summer-of-pypy-pytest.txt	(original)
+++ pypy/dist/pypy/doc/discussion/summer-of-pypy-pytest.txt	Sat Aug  5 09:30:48 2006
@@ -17,7 +17,7 @@
 
 - remote import (which I've already implemented)
 - run on session level probably (like RemoteSession)
-- do not run on low level (around call(*args)) [previous,
+- do not run on low level (around `call(*args)`) [previous,
   Executor approach], because there are problems with displaying and
   we need everything to get every data.
 - We need to get data on higher level - perform remote import of py lib
@@ -28,4 +28,4 @@
 
 XXX: Remote import, how it works
 
-Sending data as new files. Possible additions of some kind of checksums.
\ No newline at end of file
+Sending data as new files. Possible additions of some kind of checksums.



More information about the Pypy-commit mailing list