Skip to content

Commit

Permalink
Merge branch 'master' into fix/11246-napoleon-allow-top-inline-link
Browse files Browse the repository at this point in the history
  • Loading branch information
picnixz authored Aug 3, 2023
2 parents a4dad57 + 92c4874 commit 07b8dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/util/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def locale_dirs(self) -> Generator[str, None, None]:
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]:
Expand Down

0 comments on commit 07b8dfe

Please sign in to comment.