Commit 139321eb authored by Andrew Athan's avatar Andrew Athan

corrected a typo in comments

parent 4f269628
...@@ -23,7 +23,7 @@ cdef extern from "greenlet/greenlet.h": ...@@ -23,7 +23,7 @@ cdef extern from "greenlet/greenlet.h":
# going through the overhead of generic attribute lookup. # going through the overhead of generic attribute lookup.
cdef void* parent cdef void* parent
# These are actually macros and so much be included # These are actually macros and so must be included
# (defined) in each .pxd, as are the two functions # (defined) in each .pxd, as are the two functions
# that call them. # that call them.
greenlet PyGreenlet_GetCurrent() greenlet PyGreenlet_GetCurrent()
......
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