Commit 1594dc10 authored by Jim Fulton's avatar Jim Fulton

Fixed the documentation of release()

I'd started to edit it to remove implementation details and got
distracted, leaving it half edited.
parent 48885fe6
......@@ -1069,7 +1069,9 @@ class IMVCCStorage(IStorage):
"""
def release():
"""Release resources held by
"""Release resources held by the storage instance.
The storage instance won't be used again after this call.
"""
def poll_invalidations():
......
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