Skip to content

Commit 4cd1c0e

Browse files
committed
source node -> substation node in from_txt
Signed-off-by: Martijn Govers <[email protected]>
1 parent 1d6ae27 commit 4cd1c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/utils/grid_from_txt_examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"If you follow a specific syntax, you can use the input from the\n",
2121
"graph editor to transfer your drawing to pgm-ds:\n",
2222
"\n",
23-
"- A _source node_ should be prefixed with `S`\n",
23+
"- A _substation node_ should be prefixed with `S`\n",
2424
" - e.g: `S1`, `S2`\n",
2525
"- A _line_ is defined as `<from_node> <to_node>`\n",
2626
" - From nodes can be both regular nodes and source nodes\n",

0 commit comments

Comments
 (0)