Skip to content

Commit 5b55c82

Browse files
fix:typo
1 parent 9aa1116 commit 5b55c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

individual_modules/software_development_best_practices/readable_code_and_documentation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"- Recognize different types of documentation and their purposes\n",
2020
"- Plan and create effective documentation for various audiences \n",
2121
"\n",
22-
"## Introduction to Readable Cdoe \n",
22+
"## Introduction to Readable Code \n",
2323
"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",
2424
"\n",
2525
"### Improving Code Readability\n",

0 commit comments

Comments
 (0)