From 5b55c82bc4d60645875fef1d26afc4992b43929c Mon Sep 17 00:00:00 2001 From: Liam J Berrisford Date: Tue, 12 Aug 2025 11:52:37 +0100 Subject: [PATCH] fix:typo --- .../readable_code_and_documentation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/individual_modules/software_development_best_practices/readable_code_and_documentation.ipynb b/individual_modules/software_development_best_practices/readable_code_and_documentation.ipynb index 12a003e1..dcaf5e6d 100644 --- a/individual_modules/software_development_best_practices/readable_code_and_documentation.ipynb +++ b/individual_modules/software_development_best_practices/readable_code_and_documentation.ipynb @@ -19,7 +19,7 @@ "- Recognize different types of documentation and their purposes\n", "- Plan and create effective documentation for various audiences \n", "\n", - "## Introduction to Readable Cdoe \n", + "## Introduction to Readable Code \n", "Readable code is essential for effective programming and maintenance. It makes the code easier to understand, debug, extend, and share with others. These notes will guide you through understanding what makes code readable and how to apply these principles in practice.\n", "\n", "### Improving Code Readability\n",