"examples/pytorch/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "165d45380623efa14a0c67a2f07fc72ad89ee76d"
Commit 167ddaf9 authored by Davis King's avatar Davis King
Browse files

Fixed a spelling error

parent 74c12ff8
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<questions group="General"> <questions group="General">
<question text="Why isn't serialization working?"> <question text="Why isn't serialization working?">
Here are the potabilities: Here are the possibilities:
<ul> <ul>
<li>You are using a file stream and forgot to put it into binary mode. <li>You are using a file stream and forgot to put it into binary mode.
You need to do something like this: You need to do something like this:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment