From 20e47f6db1a202027d887078e767c8e9fa55d82a Mon Sep 17 00:00:00 2001 From: almighty123789 <52477495+almighty123789@users.noreply.github.com> Date: Sat, 17 Apr 2021 14:02:21 +0530 Subject: [PATCH] Corrected the Typo in the Spelling of Cholesterol (#9) * Fixed the typo * remved the .history files * Final commit --- medical_data_visualizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medical_data_visualizer.py b/medical_data_visualizer.py index 9f85934..058ab69 100644 --- a/medical_data_visualizer.py +++ b/medical_data_visualizer.py @@ -9,7 +9,7 @@ df = None # Add 'overweight' column df['overweight'] = None -# Normalize data by making 0 always good and 1 always bad. If the value of 'cholestorol' or 'gluc' is 1, make the value 0. If the value is more than 1, make the value 1. +# Normalize data by making 0 always good and 1 always bad. If the value of 'cholesterol' or 'gluc' is 1, make the value 0. If the value is more than 1, make the value 1. # Draw Categorical Plot