Skip to content

Commit 472c311

Browse files
committed
Backtick parameters
1 parent 5bad070 commit 472c311

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

monet/monet_accessor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ def quick_imshow(self, map_kws=None, roll_dateline=False, **kwargs):
970970
map_kws : dict
971971
kwargs for :func:`monet.plots.mapgen.draw_map`
972972
roll_dateline : bool
973-
roll_dateline is meant to help with global datasets that the longitudes
973+
`roll_dateline` is meant to help with global datasets that the longitudes
974974
range from 0 to 360 instead of -180 to 180. Otherwise a white line appears
975975
at 0 degrees.
976976
**kwargs :
@@ -1036,7 +1036,7 @@ def quick_map(self, map_kws=None, roll_dateline=False, **kwargs):
10361036
map_kws : dict
10371037
kwargs for :func:`monet.plots.mapgen.draw_map`
10381038
roll_dateline : bool
1039-
roll_dateline is meant to help with global datasets that the longitudes
1039+
`roll_dateline` is meant to help with global datasets that the longitudes
10401040
range from 0 to 360 instead of -180 to 180. Otherwise a white line appears
10411041
at 0 degrees.
10421042
**kwargs :
@@ -1095,7 +1095,7 @@ def quick_contourf(self, map_kws=None, roll_dateline=False, **kwargs):
10951095
map_kws : dict
10961096
kwargs for :func:`monet.plots.mapgen.draw_map`
10971097
roll_dateline : bool
1098-
roll_dateline is meant to help with global datasets that the longitudes
1098+
`roll_dateline` is meant to help with global datasets that the longitudes
10991099
range from 0 to 360 instead of -180 to 180. Otherwise a white line appears
11001100
at 0 degrees.
11011101
**kwargs :

0 commit comments

Comments
 (0)