You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1725,7 +1725,7 @@
1725
1725
1726
1726
1727
1727
<div><h2id="memoryview"><ahref="#memoryview" name="memoryview">#</a>Memory View</h2><p><strong>Used for accessing the internal data of an object that supports the buffer protocol.</strong></p><pre><codeclass="python language-python hljs"><mview> = memoryview(<bytes> / <bytearray> / <array>)
1728
-
<mview>.release() <spanclass="hljs-comment"># Releases the buffer.</span>
1728
+
<mview>.release() <spanclass="hljs-comment"># Releases the buffer.</span>
0 commit comments