Commit 58c7a899 authored by Stefan Behnel's avatar Stefan Behnel

fix doc typo

parent fd455597
......@@ -102,5 +102,5 @@ e.g.::
# On error (mem is NULL), the originally memory has not been freed.
self.data = mem
def __dealloc__(self, number):
def __dealloc__(self):
PyMem_Free(self.data) # no-op if self.data is NULL
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