@@ -151,7 +151,7 @@ def vertcross(field3d, vert, levels=None, missing=Constants.DEFAULT_FILL,
151
151
152
152
stagger (:obj:`str`): If using latitude, longitude coordinate pairs
153
153
for *start_point*, *end_point*, or *pivot_point*,
154
- set the appropriate grid staggering type for *field2d *. By default,
154
+ set the appropriate grid staggering type for *field3d *. By default,
155
155
the mass grid is used. The options are:
156
156
157
157
- 'm': Use the mass grid (default).
@@ -164,8 +164,8 @@ def vertcross(field3d, vert, levels=None, missing=Constants.DEFAULT_FILL,
164
164
projection object to use when working with latitude, longitude
165
165
coordinates, and must be specified if *wrfin* is None. Default
166
166
is None.
167
-
168
- pivot_point (:class`wrf.CoordPair`, optional): A coordinate pair for
167
+
168
+ pivot_point (:class: `wrf.CoordPair`, optional): A coordinate pair for
169
169
the pivot point, which indicates the location through which
170
170
the plane will pass. Must also specify *angle*. The coordinate
171
171
pair can be in x,y grid coordinates or latitude, longitude
@@ -331,7 +331,7 @@ def interpline(field2d, pivot_point=None,
331
331
not be used when working with x,y coordinates. Default
332
332
is None.
333
333
334
- pivot_point (:class`wrf.CoordPair`, optional): A coordinate pair for
334
+ pivot_point (:class: `wrf.CoordPair`, optional): A coordinate pair for
335
335
the pivot point, which indicates the location through which
336
336
the plane will pass. Must also specify *angle*. The coordinate
337
337
pair can be in x,y grid coordinates or latitude, longitude
0 commit comments