Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
* `ms_pointsource_drb` was missing its closing tick mark
  • Loading branch information
Alice Rottersman committed Aug 31, 2017
1 parent bbdac9d commit 81f5a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmw/apps/geoprocessing_api/calcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def animal_population(geojson):
def point_source_pollution(geojson):
"""
Given a GeoJSON shape, retrieve point source pollution data
from the `ms_pointsource` or `ms_pointsource_drb table to display
from the `ms_pointsource` or `ms_pointsource_drb` table to display
in the Analyze tab.
Returns a dictionary to append to the outgoing JSON for analysis
Expand Down

0 comments on commit 81f5a39

Please sign in to comment.