Skip to content

Commit

Permalink
Fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
bozarevskaandrea committed Apr 6, 2020
1 parent fcbedc5 commit d6781c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/knowledgehub/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def remove_space_for_url(str):
return str.replace(" ", "-")


def format_date(str):
def format_date(date_str):

# split date & time
if isinstance(date_str, datetime):
Expand Down

0 comments on commit d6781c0

Please sign in to comment.