Skip to content

Commit

Permalink
Cleanup docstring notes in pyresample/geometry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Nov 17, 2022
1 parent 5608b55 commit d22496f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyresample/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2692,8 +2692,8 @@ def get_geostationary_bounding_box_in_proj_coords(geos_area, nb_points=50):
"""Get the bbox in geos projection coordinates of the valid pixels inside `geos_area`.
Notes:
- The first and last element of the output vectors are equals.
- If nb_points is even, it will returns x and y vectors of length nb_points + 1.
- The first and last element of the output vectors are equal.
- If nb_points is even, it will return x and y vectors of length nb_points + 1.
Parameters
----------
Expand Down

0 comments on commit d22496f

Please sign in to comment.