There was an error while loading. Please reload this page.
Base.write
1 parent 9a26fcd commit d02f062Copy full SHA for d02f062
1 file changed
src/fitscore.jl
@@ -32,8 +32,8 @@ function fits(file::AbstractString; kwds...)
32
end
33
34
"""
35
- Base.write(io::IO, hdus::Vector{HDU})
36
- Base.write(filename::AbstractString, hdus::Vector{HDU})
+ Base.write(io::IO, hdus::Vector{HDU})
+ Base.write(filename::AbstractString, hdus::Vector{HDU})
37
38
Write a vector of header-data units (HDUs) to a file.
39
0 commit comments