[pypy-commit] pypy improve-docs-fixes: fix typo

numerodix noreply at buildbot.pypy.org
Fri Aug 1 14:46:10 CEST 2014


Author: Martin Matusiak <numerodix at gmail.com>
Branch: improve-docs-fixes
Changeset: r72632:98cb8999d9f7
Date: 2014-07-31 21:18 +0200
http://bitbucket.org/pypy/pypy/changeset/98cb8999d9f7/

Log:	fix typo

diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst
--- a/pypy/doc/coding-guide.rst
+++ b/pypy/doc/coding-guide.rst
@@ -640,7 +640,7 @@
             assert self.result == 2 ** 6
 
 which executes the code string function with the given arguments at app level.
-Note the use of ``w_result`` in ``setup_class`` but self.result in the test 
+Note the use of ``w_result`` in ``setup_class`` but self.result in the test.
 Here is how to define an app level class  in ``setup_class`` that can be used
 in subsequent tests::
 


More information about the pypy-commit mailing list