Commit c717ef3a authored by Brian Wignall's avatar Brian Wignall

Fix typos

parent 24180c84
......@@ -1261,7 +1261,7 @@ Features added
* "cdef extern" include files are now also searched relative to the current file.
Patch by Jeroen Demeyer (Github issue #1654).
* Optional optimization for re-aquiring the GIL, controlled by the
* Optional optimization for re-acquiring the GIL, controlled by the
`fast_gil` directive.
Bugs fixed
......
......@@ -594,7 +594,7 @@ class MemoryViewSliceType(PyrexType):
'ptr' -- Pointer stored in this dimension.
'full' -- Check along this dimension, don't assume either.
the packing specifiers specify how the array elements are layed-out
the packing specifiers specify how the array elements are laid-out
in memory.
'contig' -- The data is contiguous in memory along this dimension.
......
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