Skip to content

Commit ae4ad26

Browse files
committed
MemoryView
1 parent 315ba59 commit ae4ad26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ Memory View
13601360
**Used for accessing the internal data of an object that supports the buffer protocol.**
13611361

13621362
```python
1363-
<memoryview> = memoryview(<bytes> / <bytearray> / <array>)
1363+
<memoryview> = memoryview(<bytes/bytearray/array>)
13641364
<memoryview>.release()
13651365
```
13661366

0 commit comments

Comments
 (0)