Skip to content

Commit

Permalink
doc: Fix unterminated inline literal.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Oct 4, 2014
1 parent f520d26 commit 344c40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cartopy/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def fetch_raster(self, projection, extent, target_resolution):
so the extent of the resulting image is also returned. The extents
must be defined in the form ``(min_x, max_x, min_y, max_y)``.
target_resolution : iterable of length 2
The desired resolution of the image as ``(width, height)`
The desired resolution of the image as ``(width, height)``
in pixels.
Returns
Expand Down
2 changes: 1 addition & 1 deletion lib/cartopy/sphinxext/summarise_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def objects_to_document(module_name):
given name should document.
The module name may be any importable, including submodules
(e.g. ``cartopy.io```)
(e.g. ``cartopy.io``)
"""
try:
Expand Down

0 comments on commit 344c40c

Please sign in to comment.