Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update scripts/check_spell.py
Co-authored-by: rtobar <rtobarc@gmail.com>
  • Loading branch information
sofide and rtobar authored Oct 17, 2023
commit 1a5960624a2d886f7ba71a4456042a6b1c1040c7
2 changes: 1 addition & 1 deletion scripts/check_spell.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def check_spell(po_files=None):
"""
Check spell in the given list of po_files and log the spell errors details.

If not po_files given, check spell in all files.
If no po_files are given, check spell in all files.

args:
po_files: list of po_files paths.
Expand Down