From f84c25c4c6becce8cdccc99478c375d0f32ba6f5 Mon Sep 17 00:00:00 2001 From: John Evans Date: Fri, 7 Jun 2013 08:49:48 -0400 Subject: [PATCH] Minor cleanup. --- docs/source/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 7f3a5ed..27beed2 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -187,7 +187,7 @@ Testing In order to run all of the test suite, you will first need the OpenJPEG test data that you previously retrieved. Then you should set the **OPJ_DATA_ROOT** environment variable to -point to this directory, e.g.:: +point to this directory, e.g. :: $ cd /somewhere/outside/the/glymur/unpacking/directory $ svn co http://openjpeg.googlecode.com/svn/data @@ -203,5 +203,5 @@ OpenJPEG counterparts are already failing, and others which do pass but still produce heaps of output on stderr. Rather than let this swamp the signal (that most of the tests are actually passing), they've been filtered out for now. There are also more skipped tests on Python 2.7 -than on Python 3.3. The important point to remember is whether or not any test +than on Python 3.3. The important part is whether or not any test errors are reported at the end.