Skip to content

Commit f8d5884

Browse files
authored
Merge pull request #281 from PowerGridModel/fix/spell-error-arrow-example
fix spell error
2 parents ad438de + b7d19c8 commit f8d5884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/arrow_example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@
177177
" return pa.schema(schemas)\n",
178178
"\n",
179179
"\n",
180-
"print(\"-------node scehma-------\")\n",
180+
"print(\"-------node schema-------\")\n",
181181
"print(pgm_schema(DatasetType.input, ComponentType.node))\n",
182-
"print(\"-------asym load scehma-------\")\n",
182+
"print(\"-------asym load schema-------\")\n",
183183
"print(pgm_schema(DatasetType.input, ComponentType.asym_load))"
184184
]
185185
},

0 commit comments

Comments
 (0)