mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Correct a spelling error in `sphinx.util.i18n
` (#11549)
This commit is contained in:
@@ -91,7 +91,7 @@ class CatalogRepository:
|
||||
if path.exists(locale_path):
|
||||
yield locale_dir
|
||||
else:
|
||||
logger.verbose(__('locale_dir %s does not exists'), locale_path)
|
||||
logger.verbose(__('locale_dir %s does not exist'), locale_path)
|
||||
|
||||
@property
|
||||
def pofiles(self) -> Generator[tuple[str, str], None, None]:
|
||||
|
Reference in New Issue
Block a user