Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rbw committed Apr 27, 2017
1 parent 9e56795 commit e054b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/query.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ This is a pass-through equivalent of the QB example above.
start = dt(1970, 1, 1)
end = dt.now() - td(days=20)
# Query incident records starting with 'INC012' or short_description containing 'test'
# Query incident records with number starting with 'INC0123', created between 1970-01-01 and 20 days back in time
r = s.query(table='incident', query='numberSTARTSWITHINC0150^sys_created_onBETWEENjavascript:gs.dateGenerate("%s")@javascript:gs.dateGenerate("%s")' % (start, end))

0 comments on commit e054b68

Please sign in to comment.