Correct a spelling error in `sphinx.util.i18n` (#11549)

This commit is contained in:
Adrian Vollmer
2023-08-02 17:15:39 +02:00
committed by GitHub
parent 43ab23a61f
commit 92c4874620

View File

@@ -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]: