From 9aec32e1a9d6399b07c8562f6c5abd11ad0748af Mon Sep 17 00:00:00 2001 From: David Beazley Date: Mon, 25 May 2020 12:45:17 -0500 Subject: [PATCH] Fix title --- Notes/02_Working_with_data/05_Collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notes/02_Working_with_data/05_Collections.md b/Notes/02_Working_with_data/05_Collections.md index dc01da9..0921134 100644 --- a/Notes/02_Working_with_data/05_Collections.md +++ b/Notes/02_Working_with_data/05_Collections.md @@ -1,4 +1,4 @@ -# 2.5 `collections` module +# 2.5 collections module The `collections` module provides a number of useful objects for data handling. This part briefly introduces some of these features.