Skip to content

Commit

Permalink
Fixed the documentation of release()
Browse files Browse the repository at this point in the history
I'd started to edit it to remove implementation details and got
distracted, leaving it half edited.
  • Loading branch information
Jim Fulton committed Jun 15, 2016
1 parent 48885fe commit 1594dc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ZODB/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,9 @@ def new_instance():
"""

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():
Expand Down

0 comments on commit 1594dc1

Please sign in to comment.