Skip to content

Commit

Permalink
Merge pull request #95 from jacobp24/file_mover
Browse files Browse the repository at this point in the history
moved complete_data csv and fixed file paths
  • Loading branch information
sue-t-boyd authored Mar 12, 2024
2 parents fc71a66 + 2c92f66 commit 1864825
Show file tree
Hide file tree
Showing 2 changed files with 13,651 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bookworm/preprocessed_isbns.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def transform_isbn(isbn):


def check_digit_13(isbn):
""" Checks that ISBN is currently 12 digits, then uses mathematical
""" Checks that ISBN is currently 12 digits, then uses a mathematical
formula for generation of last digit according to ISBN-13
standards during conversion.
Expand Down
Loading

0 comments on commit 1864825

Please sign in to comment.