From 7a861dcf74c97c26660b91e06d52a78dbb0c8785 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sun, 2 Jun 2024 21:20:15 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a84bb95..b5bd5fc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It can work with `bytearray` and `numpy array`. > ⚠️ **Warning** > **Currently it doens't work in the case of [Copy-on-write fork](https://en.wikipedia.org/wiki/Copy-on-write) -> Also by itself it doesn't work if memory is moved or moved to swap file. You can use `crypes` with `libc.mlockall` to lock the memory, see example below.*** +> Also by itself it doesn't work if memory is moved or moved to swap file. You can use `crypes` with `libc.mlockall()` to lock the memory, see example below.*** # Example