From 839a7e9bfcd40b6eb8cbcbf58f0e45a7429d1fc5 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Fri, 28 Feb 2025 10:16:21 -0600 Subject: [PATCH] Use correct ch02 title (#551) --- ch02/01_main-chapter-code/ch02.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch02/01_main-chapter-code/ch02.ipynb b/ch02/01_main-chapter-code/ch02.ipynb index 0336672..06b55ae 100644 --- a/ch02/01_main-chapter-code/ch02.ipynb +++ b/ch02/01_main-chapter-code/ch02.ipynb @@ -25,7 +25,7 @@ "id": "25aa40e3-5109-433f-9153-f5770531fe94", "metadata": {}, "source": [ - "# Chapter 2: Working with Text" + "# Chapter 2: Working with Text Data" ] }, { @@ -1922,7 +1922,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.10.16" } }, "nbformat": 4,