File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -673,7 +673,7 @@ def test_pickle(self):
673
673
674
674
# round trip through pickle
675
675
dump = pickle .dumps (z )
676
- # some stores cannot be opened twice at the same time, need to close first
676
+ # some stores cannot be opened twice at the same time, need to close
677
677
# store before can round-trip through pickle
678
678
if hasattr (z .store , 'close' ):
679
679
z .store .close ()
Original file line number Diff line number Diff line change @@ -832,7 +832,7 @@ def test_pickle(self):
832
832
833
833
# round-trip through pickle
834
834
dump = pickle .dumps (g )
835
- # some stores cannot be opened twice at the same time, need to close first
835
+ # some stores cannot be opened twice at the same time, need to close
836
836
# store before can round-trip through pickle
837
837
if hasattr (g .store , 'close' ):
838
838
g .store .close ()
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ def test_pickle(self):
138
138
139
139
# round-trip through pickle
140
140
dump = pickle .dumps (store )
141
- # some stores cannot be opened twice at the same time, need to close first
141
+ # some stores cannot be opened twice at the same time, need to close
142
142
# store before can round-trip through pickle
143
143
if hasattr (store , 'close' ):
144
144
store .close ()
You can’t perform that action at this time.
0 commit comments