Skip to content

Commit 33b9d9f

Browse files
authored
Fix comment
1 parent 68ca61e commit 33b9d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/search_books_by_isbn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def summerize_book(ol_book_data: dict) -> dict:
3131
"""
3232
Given Open Library book data, return a summary as a Python dict.
3333
34-
>>> pass # Placate TheAlgorithms @
34+
>>> pass # Placate https://github.com/apps/algorithms-keeper
3535
"""
3636
desired_keys = {
3737
"title": "Title",

0 commit comments

Comments
 (0)