From 6be56e090604afdcb1647a769dffdb7e2cc8a042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Meusel?= Date: Thu, 7 Nov 2024 09:09:33 +0100 Subject: [PATCH] FIX: typo in Jitter RNG documentation --- doc/api_ref/rng.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_ref/rng.rst b/doc/api_ref/rng.rst index d09a97c8b4..c73ebad23b 100644 --- a/doc/api_ref/rng.rst +++ b/doc/api_ref/rng.rst @@ -239,7 +239,7 @@ Jitter_RNG This is an RNG based on low-level CPU timing jitter, using the `jitterentropy library `_. -Can be enabled with ``configure.py`` via ``--enable-module="jitter_rng"``, provided +Can be enabled with ``configure.py`` via ``--enable-modules="jitter_rng"``, provided you have the library installed and made available to the build, including headers. Entropy Sources