From 0ada04ff7b1fb2cb1138e58acbd7f2dc1cf93d07 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:26:06 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- glob/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glob/README.md b/glob/README.md index cc0deed..fe5f005 100644 --- a/glob/README.md +++ b/glob/README.md @@ -1,4 +1,8 @@ # [glob](https://docs.python.org/3/library/glob.html) : Finding files in a directory +{:.no_toc} + +* TOC +{:toc} ## Goal We want to deal with many files in a directory. What is an easy way to get the filename in a directory?