From d1e3e215c2ab2b34d4148e58a1c743fce4cbddba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 19 Mar 2019 00:22:59 +0100 Subject: [PATCH] Revert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bded426..ec3b802 100644 --- a/README.md +++ b/README.md @@ -1360,7 +1360,7 @@ Memory View **Used for accessing the internal data of an object that supports the buffer protocol.** ```python - = memoryview() + = memoryview( / / ) .release() ```