From 6bcb01086db3e6c05707b27f6491ca2a7e5b8ba8 Mon Sep 17 00:00:00 2001 From: Hemanth21k Date: Wed, 30 Jul 2025 18:58:38 +0000 Subject: [PATCH] fixed typo --- source/headers.ktx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/headers.ktx b/source/headers.ktx index 03acd5df..0d1a5005 100644 --- a/source/headers.ktx +++ b/source/headers.ktx @@ -15,11 +15,11 @@ File automatically generated. See the documentation to update questions/answers/ < jupyter_instruction -Run the `initialize.py` module, then for each question you can query the +Run the `initialise.py` module, then for each question you can query the answer or an hint with `hint(n)` or `answer(n)` for `n` question number. < jupyter_instruction_rand -Run the `initialize.py` module, then call a random question with `pick()` an hint towards its solution with +Run the `initialise.py` module, then call a random question with `pick()` an hint towards its solution with `hint(n)` and the answer with `answer(n)`, where n is the number of the picked question.