We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b1271 commit d699d9dCopy full SHA for d699d9d
1 file changed
src/Climate.jl
@@ -194,7 +194,7 @@ function Base.show(io::IO, c::Climate)
194
last_period = last(c.climate_data[:, "Date"])
195
approx_years = round((last_period - first_period).value / 365.25; digits=2)
196
println(io, "Climate dataset\n")
197
- println(io, "Number of Non-date columns: $(length(tgt_col_names))")
+ println(io, "Number of non-date columns: $(length(tgt_col_names))")
198
println(io, " P identifier: \"$(c.rainfall_id)\"")
199
println(io, " ET identifier: \"$(c.et_id)\"")
200
println(io, " T identifier: \"$(c.t_id)\"")
0 commit comments