Skip to content

Commit 38ef22a

Browse files
committed
update
1 parent fd7e041 commit 38ef22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pygrib.pyx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1383,12 +1383,12 @@ cdef class gribmessage(object):
13831383
13841384
compute lats and lons (in degrees) of grid.
13851385
Currently handles regular lat/lon, global gaussian, mercator, stereographic,
1386-
lambert conformal, albers equal-area, space-view, azimuthal
1386+
lambert conformal, albers equal-area, space-view, azimuthal
13871387
equidistant, reduced gaussian, reduced lat/lon,
13881388
lambert azimuthal equal-area, rotated lat/lon and rotated gaussian grids.
13891389
1390-
:return: ``lats,lons`` numpy arrays
1391-
containing latitudes and longitudes of grid (in degrees).
1390+
:return: ``lats,lons`` numpy arrays
1391+
containing latitudes and longitudes of grid (in degrees).
13921392
"""
13931393

13941394
if self.projparams is None:

0 commit comments

Comments
 (0)