File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -249,11 +249,11 @@ class NDBuffer:
249
249
250
250
Note
251
251
----
252
- The two buffer classes Buffer and NDBuffer are very similar. In fact,
253
- Buffer is a special case of NDBuffer where dim=1, stride=1, and dtype="b".
254
- However, in order to use the Python's type system to differentiate between
255
- the flat contiguous Buffer and the n-dim (non-contiguous) NDBuffer, we keep
256
- the definition of the two classes separate.
252
+ The two buffer classes Buffer and NDBuffer are very similar. In fact, Buffer
253
+ is a special case of NDBuffer where dim=1, stride=1, and dtype="b". However,
254
+ in order to use Python's type system to differentiate between the contiguous
255
+ Buffer and the n-dim (non-contiguous) NDBuffer, we keep the definition of the
256
+ two classes separate.
257
257
258
258
Parameters
259
259
----------
You can’t perform that action at this time.
0 commit comments