Commit b6272dcc authored by Jason Madden's avatar Jason Madden

Prefer comment to docstring.

parent 109ec8c1
......@@ -29,7 +29,7 @@ class _Persistent_Base(object):
raise NotImplementedError()
def _makeCache(self, jar):
"""Return a new pickle cache"""
# concrete testcase classes must override
raise NotImplementedError()
def _makeOne(self, *args, **kw):
......
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