Skip to content

Commit

Permalink
Fix docstring for compute_rp_partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-neustroev committed Nov 8, 2023
1 parent 4a998e1 commit d96b403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ period partitions defined in `df`, a DataFrame of the file
time steps of that `rp`.
To obtain the partitions, the columns `specification` and `partition` from `df`
are passed to the function [`_parse_partitions`](@ref).
are passed to the function [`_parse_rp_partition`](@ref).
"""
function compute_rp_partitions(df, elements, time_steps_per_rp)
rp_partitions = Dict(
Expand Down

0 comments on commit d96b403

Please sign in to comment.