From 7ae7ae956949411542d4807e85d9da80618f8229 Mon Sep 17 00:00:00 2001 From: Ninthsun Date: Thu, 22 Feb 2024 09:47:18 +0900 Subject: [PATCH] Typo in Projects/CLI/Stage2 readme - iterools > itertools --- 4. Projects/1. CLI/Problem/Stage 2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4. Projects/1. CLI/Problem/Stage 2/README.md b/4. Projects/1. CLI/Problem/Stage 2/README.md index bd59595..87ecd7f 100644 --- a/4. Projects/1. CLI/Problem/Stage 2/README.md +++ b/4. Projects/1. CLI/Problem/Stage 2/README.md @@ -82,7 +82,7 @@ __NOTE 2:__ `page_helpers.rs` contains a function called `get_column_string()` w __NOTE 3:__ Use `get_column_string()` inside the `draw_page()` methods. -__NOTE 4:__ The `iterools` dependency has also been added. This allows you to sort an iterator by calling `sorted()` on it. +__NOTE 4:__ The `itertools` dependency has also been added. This allows you to sort an iterator by calling `sorted()` on it. ### Step 2