Skip to content

Commit

Permalink
fixed method name [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeifert04 committed Feb 15, 2016
1 parent 7b47ecb commit d6c7fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccdproc/ccddata.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class CCDData(NDDataArray):
``Classmethod`` to create an CCDData instance based on a ``FITS`` file.
This method uses :func:`fits_ccddata_reader` with the provided
parameters.
writeto(*args, **kwargs)
write(*args, **kwargs)
Writes the contents of the CCDData instance into a new ``FITS`` file.
This method uses :func:`fits_ccddata_writer` with the provided
parameters.
Expand Down

0 comments on commit d6c7fd1

Please sign in to comment.