Skip to content

Commit

Permalink
Fixed minor typos in export_pti() (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-dorado authored Feb 21, 2023
1 parent d9c00d2 commit c9918ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/io/pti.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1074,8 +1074,8 @@ function export_pti(io::IO, data::Dict{String,Any})
_print_pti_str(io, header, _transaction_dtypes)

# Comment Section
Comment_Line_1 = get(data, "comment_line_1", "File name: $(data["name"]) - Generate by PowerModels.jl")
Comment_Line_2 = get(data, "comment_line_2", "Some items is not supported, please checks the docs.")
Comment_Line_1 = get(data, "comment_line_1", "File name: $(data["name"]) - Generated by PowerModels.jl")
Comment_Line_2 = get(data, "comment_line_2", "Some items is not supported, please check the docs.")

println(io, Comment_Line_1)
println(io, Comment_Line_2)
Expand Down

0 comments on commit c9918ba

Please sign in to comment.