docs: typo

pull/51/head
Cullen Watson 2023-09-07 13:39:56 -05:00 committed by GitHub
parent 6fcf7f666e
commit d6368f909b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ pd.set_option('display.max_colwidth', 50) # set to 0 to see full job url / desc
display(jobs) display(jobs)
#2 output to console #2 output to console
print(jobs) #print(jobs)
#3 output to .csv #3 output to .csv
#jobs.jobs.to_csv('result.jobs.csv', index=False) #jobs.jobs.to_csv('result.jobs.csv', index=False)