diff --git a/README.md b/README.md index 7124bde..ed0b3ef 100644 --- a/README.md +++ b/README.md @@ -1947,7 +1947,7 @@ Memory View ```python = memoryview( / / ) -.release() # Releases the buffer. +.release() # Releases the buffer. ``` diff --git a/index.html b/index.html index d89d27e..29ef84d 100644 --- a/index.html +++ b/index.html @@ -1725,7 +1725,7 @@ db = connector.connect(host=<str>, user=<str>, password=<str>,

#Memory View

Used for accessing the internal data of an object that supports the buffer protocol.

<mview> = memoryview(<bytes> / <bytearray> / <array>)
-<mview>.release()                         # Releases the buffer.
+<mview>.release()                            # Releases the buffer.