Skip to content

Commit

Permalink
Fix raised warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jun 11, 2024
1 parent 68ba9e1 commit 45a528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoviews/plotting/bokeh/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self, element, **params):
defaults=False)
self.show_bounds = not any(not sb for sb in show_bounds.get('show_bounds', []))
if self.show_grid:
param.main.warning(
param.main.param.warning(
f'Grid lines do not reflect {self.projection}; to do so '
'multiply the current element by gv.feature.grid() '
'and disable the show_grid option.'
Expand Down

0 comments on commit 45a528b

Please sign in to comment.