Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jabley committed Feb 6, 2014
1 parent 81af1b5 commit bdeb27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backdrop/read/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def parse_filter_by(filter_by):
"""
This is the internal Query object
- Create list of attributes to build the query from
- We use delta interally, but the end user will use 'duration'
- We use delta internally, but the end user will use 'duration'
"""
_Query = namedtuple(
'_Query',
Expand Down

0 comments on commit bdeb27a

Please sign in to comment.