mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-26 00:48:19 +00:00
spelling: directly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f6a6cb281b
commit
8d4b69927b
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ def infer_physical_format(format_text):
|
|||
|
||||
|
||||
def unique_physical_format(format_text):
|
||||
"""only store the format if it isn't diretly in the format mappings"""
|
||||
"""only store the format if it isn't directly in the format mappings"""
|
||||
format_text = format_text.lower()
|
||||
if format_text in format_mappings:
|
||||
# try a direct match, so saving this would be redundant
|
||||
|
|
Loading…
Reference in a new issue