From 5dedd14b48668b0fbf90c533a75b099dd9b23275 Mon Sep 17 00:00:00 2001 From: Muhammad Ekramah Date: Fri, 29 Aug 2025 03:41:57 +0500 Subject: [PATCH] docs: Correct typo in walk_through_dir docstring (#1250) --- helper_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper_functions.py b/helper_functions.py index 88f65521..a0cd4421 100644 --- a/helper_functions.py +++ b/helper_functions.py @@ -28,7 +28,7 @@ def walk_through_dir(dir_path): Returns: A print out of: - number of subdiretories in dir_path + number of subdirectories in dir_path number of images (files) in each subdirectory name of each subdirectory """