Skip to content

Commit 7eb3065

Browse files
committed
update docstring
1 parent 08a3db1 commit 7eb3065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tipg/model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ class LayerJSON(BaseModel):
291291
class TileJSON(BaseModel):
292292
"""
293293
TileJSON model.
294-
Based on https://github.com/mapbox/tilejson-spec/tree/master/2.2.0
294+
295+
Based on https://github.com/mapbox/tilejson-spec/tree/master/3.0.0
295296
"""
296297

297298
tilejson: str = "3.0.0"

0 commit comments

Comments
 (0)