You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quick_start.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
"source": [
7
7
"# Quick Start\n",
8
8
"\n",
9
-
"In this quick start we create an extension of the Grid object, generate a random instance of it and perform power flow calculations and modifactions.\n"
9
+
"In this quick start we create an extension of the Grid object, generate a random instance of it and perform power flow calculations and modifications.\n"
10
10
]
11
11
},
12
12
{
@@ -15,7 +15,7 @@
15
15
"source": [
16
16
"## Setting up a grid extension\n",
17
17
"\n",
18
-
"This shows how to add extra values to a `Grid` object. If these are present in the PGM output they will updated after a power flow calculation.\n"
18
+
"This shows how to add extra values to a `Grid` object. If these are present in the PGM output they will be updated after a power flow calculation.\n"
0 commit comments