Skip to content

Commit d02f062

Browse files
committed
Fix indent in Base.write docstring
1 parent 9a26fcd commit d02f062

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fitscore.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ function fits(file::AbstractString; kwds...)
3232
end
3333

3434
"""
35-
Base.write(io::IO, hdus::Vector{HDU})
36-
Base.write(filename::AbstractString, hdus::Vector{HDU})
35+
Base.write(io::IO, hdus::Vector{HDU})
36+
Base.write(filename::AbstractString, hdus::Vector{HDU})
3737
3838
Write a vector of header-data units (HDUs) to a file.
3939
"""

0 commit comments

Comments
 (0)