Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jan 16, 2025
1 parent 3bc6c64 commit 0e87854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aider/website/docs/leaderboards/edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ mod_dates = [get_last_modified_date(file) for file in files]
latest_mod_date = max(mod_dates)
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
]]]-->
January 13, 2025.
January 16, 2025.
<!--[[[end]]]-->
</p>
2 changes: 1 addition & 1 deletion aider/website/docs/leaderboards/refactor.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ mod_dates = [get_last_modified_date(file) for file in files]
latest_mod_date = max(mod_dates)
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
]]]-->
January 13, 2025.
January 16, 2025.
<!--[[[end]]]-->
</p>

0 comments on commit 0e87854

Please sign in to comment.