Skip to content

Commit

Permalink
docs: Fix simple typo, tranlated -> translated
Browse files Browse the repository at this point in the history
There is a small typo in spillway/query.py.

Should read `translated` rather than `tranlated`.
  • Loading branch information
timgates42 committed Mar 8, 2020
1 parent f5700e2 commit 548de60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spillway/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def geo_field(self):
return geo_field(self)

def pbf(self, bbox, geo_col=None, scale=4096):
"""Returns tranlated and scaled geometries suitable for Mapbox vector
"""Returns translated and scaled geometries suitable for Mapbox vector
tiles.
"""
col = geo_col or self.geo_field.name
Expand Down

0 comments on commit 548de60

Please sign in to comment.