Skip to content

Commit 503f25c

Browse files
author
Saad Kadhi
committed
Typos
1 parent 61f8e05 commit 503f25c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ from cortex4py.query import *
560560

561561
api = Api('http://CORTEX_APP_URL:9001', '**API_KEY**')
562562

563-
# Fetch the latest 10 successful jobs that have been executed agains domain names
563+
# Fetch the last 10 successful jobs that have been executed against domain names
564564
query = And(Eq('status', 'Success'), Eq('dataType', 'domain'))
565565
jobs = api.jobs.find_all(query, range='0-10', sort='-createdAt')
566566

0 commit comments

Comments
 (0)