We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c883c5 commit 53ac783Copy full SHA for 53ac783
docs/reference/speed_python.rst
@@ -99,7 +99,7 @@ of slice it points too.
99
100
A ``memoryview`` can only be applied to objects supporting the buffer protocol - this
101
includes arrays but not lists. Small caveat is that while memoryview object is live,
102
-it also keeps alive the original buffer object. So, memoryviews isn't universal
+it also keeps alive the original buffer object. So, a memoryview isn't a universal
103
panacea. For instance, in the example above, if you are done with 10K buffer and
104
just need those bytes 30:2000 from it, it may be better to make a slice, and let
105
the 10K buffer go (be ready for garbage collection), instead of making a
0 commit comments