Skip to content

Commit

Permalink
Fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
bozarevskaandrea authored and vladoohr committed Apr 6, 2020
1 parent 2431f32 commit 0a0e505
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 0a0e505

Please sign in to comment.