Commit e9597cd1 authored by Stefan Behnel's avatar Stefan Behnel

fix typo in comment

parent 6d4b1d05
...@@ -25,7 +25,7 @@ cdef class Collector: ...@@ -25,7 +25,7 @@ cdef class Collector:
print "collect", gc.collect() print "collect", gc.collect()
cdef class SimpleGarbage: cdef class SimpleGarbage:
cdef Collector c # to particpate in garbage collection cdef Collector c # to participate in garbage collection
cdef int index cdef int index
cdef bint deallocated cdef bint deallocated
def __cinit__(self): def __cinit__(self):
......
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