Skip to content

Commit

Permalink
Merge pull request #185 from gerritholl/fix-confusing-docstring-order…
Browse files Browse the repository at this point in the history
…-get-area-def

Fix argument order in get_area_def doc
  • Loading branch information
djhoese authored Apr 9, 2019
2 parents 05a5261 + 23f4b6f commit 18807c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyresample/area_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@ def get_area_def(area_id, area_name, proj_id, proj4_args, width, height, area_ex
-----------
area_id : str
ID of area
proj_id : str
ID of projection
area_name :str
Description of area
proj_id : str
ID of projection
proj4_args : list, dict, or str
Proj4 arguments as list of arguments or string
width : int
Expand Down

0 comments on commit 18807c9

Please sign in to comment.