Skip to content

Commit d22496f

Browse files
authored
Cleanup docstring notes in pyresample/geometry.py
1 parent 5608b55 commit d22496f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyresample/geometry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2692,8 +2692,8 @@ def get_geostationary_bounding_box_in_proj_coords(geos_area, nb_points=50):
26922692
"""Get the bbox in geos projection coordinates of the valid pixels inside `geos_area`.
26932693
26942694
Notes:
2695-
- The first and last element of the output vectors are equals.
2696-
- If nb_points is even, it will returns x and y vectors of length nb_points + 1.
2695+
- The first and last element of the output vectors are equal.
2696+
- If nb_points is even, it will return x and y vectors of length nb_points + 1.
26972697
26982698
Parameters
26992699
----------

0 commit comments

Comments
 (0)