fixes some spelling

This commit is contained in:
swiftmandolin 2021-01-13 22:50:03 -06:00
parent 6a44f9c814
commit 886eb29d4c
Signed by: swiftmandolin
GPG Key ID: 84645B24221234D6
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def write_books(file):
def write_footer(file):
file.write("\n")
file.write("=> https://git.sr.ht/~swiftmandolin/gemini-goodreads generated from goodreads CSV")
file.write("=> https://git.sr.ht/~swiftmandolin/gemini-goodreads generated from goodreads csv")
if __name__ == "__main__":
main()