From 8a52fe54211bc7f2eb0a02d7481d56b48a6a30eb Mon Sep 17 00:00:00 2001 From: David Manthey Date: Thu, 16 Jan 2020 12:44:20 -0500 Subject: [PATCH] Fix rst in README.rst. --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2e908bc24..a804ea977 100644 --- a/README.rst +++ b/README.rst @@ -39,8 +39,7 @@ Large Image consists of several Python modules designed to work together. These - ``large-image-source-mapnik``: A tile source for reading geotiff and netcdf files via Mapnik and GDAL. - - ``large-image-source-openjpeg``: A tile source using the Glymur library to -read jp2 (JPEG 2000) files. + - ``large-image-source-openjpeg``: A tile source using the Glymur library to read jp2 (JPEG 2000) files. - ``large-image-source-test``: A tile source that generates test tiles, including a simple fractal pattern. Useful for testing extreme zoom levels.