From e62bf33a8fb1defcf191426588eec33d6148b983 Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Fri, 13 Dec 2024 15:24:21 +0100 Subject: [PATCH] chore: fix typo Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- new_examples/save_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new_examples/save_csv.py b/new_examples/save_csv.py index 48ad6fe9a..09640060f 100644 --- a/new_examples/save_csv.py +++ b/new_examples/save_csv.py @@ -60,7 +60,7 @@ { "name": "education", "type": "string", - "description": "Education level of the borrower (High School or Below, Bechalor, college, Master or Above)" + "description": "Education level of the borrower (High School or Below, Bachelor, college, Master or Above)" }, { "name": "Gender",