Skip to content

Commit 63e7ee6

Browse files
[docs] Fix a typo newly found by codespell (sphinx-doc#12243)
1 parent 3421e53 commit 63e7ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinx/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,14 +359,14 @@ def convert_overrides(self, name: str, value: str) -> Any:
359359

360360
@staticmethod
361361
def pre_init_values() -> None:
362-
# method only retained for compatability
362+
# method only retained for compatibility
363363
pass
364364
# warnings.warn(
365365
# 'Config.pre_init_values() will be removed in Sphinx 9.0 or later',
366366
# RemovedInSphinx90Warning, stacklevel=2)
367367

368368
def init_values(self) -> None:
369-
# method only retained for compatability
369+
# method only retained for compatibility
370370
self._report_override_warnings()
371371
# warnings.warn(
372372
# 'Config.init_values() will be removed in Sphinx 9.0 or later',

0 commit comments

Comments
 (0)