提交 0950bc20 authored 作者: Frederic's avatar Frederic

Typo in string comparison

上级 41d0d783
......@@ -63,7 +63,7 @@ class StripPickler(Pickler):
if hasattr(obj, 'test_value'):
del obj.test_value
# The next 4 items are from Blocks
if hasattr(obj, 'annontations'):
if hasattr(obj, 'annotations'):
del obj.annontations
if hasattr(obj, 'replacement_of'):
del obj.replacement_of
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论