From f524789d74ce19aaf7ec664b24089945926802d1 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Fri, 15 Sep 2023 10:18:24 -0500 Subject: [PATCH] docs: grammar readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdff427..2bc06ae 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ display(jobs) #print(jobs) #3 output to .csv -#jobs.jobs.to_csv('result.jobs.csv', index=False) +#jobs.to_csv('jobs.csv', index=False) ``` ### Output