From d6368f909b5e2a4728667a3a241494e5f90f6d94 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Thu, 7 Sep 2023 13:39:56 -0500 Subject: [PATCH] docs: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c2e5f2..0b64916 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ pd.set_option('display.max_colwidth', 50) # set to 0 to see full job url / desc display(jobs) #2 output to console -print(jobs) +#print(jobs) #3 output to .csv #jobs.jobs.to_csv('result.jobs.csv', index=False)