From 0ca1c7f68191b878bd7344a715a0722f88c48ea9 Mon Sep 17 00:00:00 2001 From: Veronica Manuel Date: Wed, 17 May 2023 14:50:45 +0000 Subject: [PATCH] GITBOOK-140: change request with no subject merged in GitBook --- how-tos/compute-to-data/make-a-boss-c2d-algorithm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-tos/compute-to-data/make-a-boss-c2d-algorithm.md b/how-tos/compute-to-data/make-a-boss-c2d-algorithm.md index 776d79f8..9505947a 100644 --- a/how-tos/compute-to-data/make-a-boss-c2d-algorithm.md +++ b/how-tos/compute-to-data/make-a-boss-c2d-algorithm.md @@ -44,7 +44,7 @@ with open(input_filename, 'r') as file: # Read the CSV file csv_reader = csv.DictReader(file) - + ``` ### Javascript