Fix comment (#5742)

* Fix comment

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Christian Clauss
2021-11-01 18:07:47 +01:00
committed by GitHub
parent 84cca2119c
commit 74f4967126
2 changed files with 10 additions and 3 deletions

View File

@ -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",