Skip to content

Commit

Permalink
Fixed docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 11, 2023
1 parent 097327f commit c72464a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reproject/mosaicking/coadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ def reproject_and_coadd(
output_array : array or None
The final output array. Specify this if you already have an
appropriately-shaped array to store the data in. Must match shape
specified with `shape_out` or derived from the output projection.
specified with ``shape_out`` or derived from the output projection.
output_footprint : array or None
The final output footprint array. Specify this if you already have an
appropriately-shaped array to store the data in. Must match shape
specified with `shape_out` or derived from the output projection.
specified with ``shape_out`` or derived from the output projection.
kwargs
Keyword arguments to be passed to the reprojection function.
"""
Expand Down

0 comments on commit c72464a

Please sign in to comment.