mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-09 00:21:34 +00:00
Fix common spelling mistakes (#4956)
* add codespell * first fixes * doc fixes * fix docstrings and comments * functional changes * docstrings again * and docs again * rename args * add ignore * use pre-commit for filtering instead * ups * fix typo in filter
This commit is contained in:
@@ -57,7 +57,7 @@ def update_news_feed():
|
||||
|
||||
# Iterate over entries
|
||||
for entry in d.entries:
|
||||
# Check if id already exsists
|
||||
# Check if id already exists
|
||||
if entry.id in id_list:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user