From 004d6a2af99cc35908b60379d9f9d06a4331cd41 Mon Sep 17 00:00:00 2001 From: Intelligence-Manifesto <155522535+Intelligence-Manifesto@users.noreply.github.com> Date: Fri, 26 Jan 2024 00:43:57 +0800 Subject: [PATCH] a repetition of the word "by" "The Verdict by by Edith Wharton" contains a repetition of the word "by." The correct form should be "The Verdict by Edith Wharton." --- ch02/01_main-chapter-code/ch02.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch02/01_main-chapter-code/ch02.ipynb b/ch02/01_main-chapter-code/ch02.ipynb index b9e4399..912887e 100644 --- a/ch02/01_main-chapter-code/ch02.ipynb +++ b/ch02/01_main-chapter-code/ch02.ipynb @@ -71,7 +71,7 @@ "metadata": {}, "source": [ "- Load raw text we want to work with\n", - "- [The Verdict by by Edith Wharton](https://en.wikisource.org/wiki/The_Verdict) is a public domain short story" + "- [The Verdict by Edith Wharton](https://en.wikisource.org/wiki/The_Verdict) is a public domain short story" ] }, {