From 02c95fffc0cebc4ae0acee4fa6e7cbcbe8193edf Mon Sep 17 00:00:00 2001 From: Jim-smith Date: Tue, 10 Oct 2023 17:44:58 +0100 Subject: [PATCH] Update acro_demo.ipynb fixed typo Signed-off-by: Jim-smith --- notebooks/acro_demo.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/acro_demo.ipynb b/notebooks/acro_demo.ipynb index 4cb3a22..d078375 100644 --- a/notebooks/acro_demo.ipynb +++ b/notebooks/acro_demo.ipynb @@ -321,7 +321,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### ACRO crosstab with supression\n", + "### ACRO crosstab with suppression\n", "- This is an example of crosstab with supressing the cells that violate the discloure tests.\n", "- Note that you need to change the value of the supress variable in the acro object to True. Then run the crosstab command. \n", "- If you wish to continue the research while supressing the outputs, leave the supress variable as it is, otherwise turn it off."