mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 09:21:13 +08:00
Fix comment (#5742)
* Fix comment * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@ -31,7 +31,7 @@ def summerize_book(ol_book_data: dict) -> dict:
|
||||
"""
|
||||
Given Open Library book data, return a summary as a Python dict.
|
||||
|
||||
>>> pass # Placate TheAlgorithms @
|
||||
>>> pass # Placate https://github.com/apps/algorithms-keeper
|
||||
"""
|
||||
desired_keys = {
|
||||
"title": "Title",
|
||||
|
Reference in New Issue
Block a user