Skip to content

Commit 2454bde

Browse files
committed
Fix typo
1 parent 3eb37cf commit 2454bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/api/tiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def get_collection_tiles_data(
246246
if content is None:
247247
msg = 'identifier not found'
248248
return api.get_exception(
249-
HTTPStatus.NO_CONTENT, headers, format_, 'NocContent', msg)
249+
HTTPStatus.NO_CONTENT, headers, format_, 'NoContent', msg)
250250
else:
251251
return headers, HTTPStatus.OK, content
252252

0 commit comments

Comments
 (0)