Skip to content

Commit

Permalink
Added limit to daily404detail docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
rshipp committed Jul 5, 2014
1 parent 6227ef2 commit acb6a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dshield.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def daily404detail(date, limit=None, return_format=None):
"""Returns detail information of submitted 404 Error Page Information.
:param date: string or datetime.date() (required)
:param limit: string or int, limit for number of returned items
"""
uri = 'daily404detail'
if date:
Expand Down

0 comments on commit acb6a00

Please sign in to comment.