Skip to content

Commit b7d19c8

Browse files
committed
fix spell error
Signed-off-by: Nitish Bharambe <[email protected]>
1 parent ad438de commit b7d19c8

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)