Skip to content

Commit 3c99bab

Browse files
committed
typo
1 parent 92cb2b1 commit 3c99bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def to_json(self, filepath):
148148
raise NotImplementedError
149149

150150
def __getstate__(self):
151-
"""Return the object data for state state serialisation with older pickle protocols."""
151+
"""Return the object data for state serialisation with older pickle protocols."""
152152
return {'__dict__': self.__dict__.copy(), 'dtype': self.dtype, 'data': self.data}
153153

154154
def __setstate__(self, state):

0 commit comments

Comments
 (0)