File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func (a *NumpyArrayRaw) Build(build Build) (err error) {
71
71
72
72
switch x := args [4 ].(type ) {
73
73
case Build , Reduce :
74
- // if we've got Build or Reduce objects we have a deal with plaint data stored in raw byte array
74
+ // if we've got Build or Reduce objects we have a deal with plain data stored in raw byte array
75
75
err = ParseClass (& a .Data , args [4 ])
76
76
case List :
77
77
// sometimes we've got data stored as python list (for array of python objects)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ type Reduce struct {
30
30
Args Tuple
31
31
}
32
32
33
- // Build is result of BUILD pickle command (usualli class __setstate__ call)
33
+ // Build is result of BUILD pickle command (usually class __setstate__ call)
34
34
type Build struct {
35
35
Object interface {}
36
36
// Args are usually represented like Tuple (arguments for custom __setstate__) or Dict (class members)
You can’t perform that action at this time.
0 commit comments