From 482c90acb6fbd27beabfa00ae07648d4818a7fbb Mon Sep 17 00:00:00 2001 From: alsonlu Date: Thu, 24 May 2018 17:24:05 -0400 Subject: [PATCH 1/3] Single prejudice --- file/PrideAndPrejudice.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/PrideAndPrejudice.txt b/file/PrideAndPrejudice.txt index fd0f752..a72f4c0 100644 --- a/file/PrideAndPrejudice.txt +++ b/file/PrideAndPrejudice.txt @@ -6,7 +6,7 @@ re-use it under the terms of the Project Gutenberg License included with this eBook or online at www.gutenberg.org -Title: Pride and Prejudices +Title: Pride and Prejudice Author: Jane Austen From a24f87d48d6bc3fda9ea833b59caae59360b9488 Mon Sep 17 00:00:00 2001 From: alsonlu Date: Thu, 24 May 2018 17:24:57 -0400 Subject: [PATCH 2/3] Austin --- file/PrideAndPrejudice.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/PrideAndPrejudice.txt b/file/PrideAndPrejudice.txt index a72f4c0..cde30d8 100644 --- a/file/PrideAndPrejudice.txt +++ b/file/PrideAndPrejudice.txt @@ -8,7 +8,7 @@ with this eBook or online at www.gutenberg.org Title: Pride and Prejudice -Author: Jane Austen +Author: Jane Austin Posting Date: August 26, 2008 [EBook #1342] Release Date: June, 1998 From 9805ea9ed3dd20b34c8ae4eefca408b25595a555 Mon Sep 17 00:00:00 2001 From: alsonlu Date: Tue, 29 May 2018 11:18:27 -0400 Subject: [PATCH 3/3] D2 --- WordList/read_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordList/read_list.py b/WordList/read_list.py index d2ca7fd..8f7386a 100644 --- a/WordList/read_list.py +++ b/WordList/read_list.py @@ -1,6 +1,6 @@ def string_length_greater_than_20(fin): for line in fin: - if len(line) - line.count(' ') > 20: + if len(line) - line.count(' ') > 20: print(line)