Skip to content

Commit

Permalink
Merge pull request #226 from pyswmm/hotfix/docstypo
Browse files Browse the repository at this point in the history
fix typos in readme
  • Loading branch information
aerispaha authored Sep 27, 2024
2 parents d8f63ae + db3eaa2 commit c93d77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ m = Model("coolest-model.inp")
# pass custom init arguments into the Nodes object instead of using default settings referenced by m.nodes()
nodes = Nodes(
model=m,
inp_sections=['junctions', 'storages', 'outfalls'],
inp_sections=['junctions', 'storage', 'outfalls'],
rpt_sections=['Node Depth Summary', 'Node Inflow Summary'],
columns=[ 'InvertElev', 'MaxDepth', 'InitDepth', 'SurchargeDepth', 'MaxTotalInflow', 'coords']
)
Expand Down

0 comments on commit c93d77b

Please sign in to comment.