Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Mar 16, 2015
1 parent bef93dc commit 5e56bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Usage

The Raster Class

.. code::
.. code:: python
raster = Raster('path/to/geotiff')
raster.uri # equals '/path/to/geotiff'
Expand All @@ -58,7 +58,7 @@ The Raster Class
The TestRaster Class

.. code::
.. code:: python
import numpy as np
from affine import Affine
Expand All @@ -85,7 +85,7 @@ The TestRaster Class
The RasterFactory Class

.. code::
.. code:: python
from affine import Affine
import gdal
Expand Down

0 comments on commit 5e56bb6

Please sign in to comment.