Skip to content

Commit

Permalink
Fix simple typo, continous -> continuous.
Browse files Browse the repository at this point in the history
There is a small typo in recon/core/web/exports.py.

Should read `continuous` rather than `continous`.
  • Loading branch information
timgates42 authored May 2, 2024
1 parent 0a16d43 commit 470f4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recon/core/web/exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def xmlify(rows):
return Response(xml, mimetype='text/xml')

def listify(rows):
'''Expects a list of dictionaries and returns a continous list of
'''Expects a list of dictionaries and returns a continuous list of
values from all of the provided columns.'''
columns = {}
for row in rows:
Expand Down

0 comments on commit 470f4c1

Please sign in to comment.