Skip to content

Commit

Permalink
Update a comment to reference Sphinx 9
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 26, 2024
1 parent b511537 commit 46ce447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/util/_pathlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
_PATH_NAME = Path().__class__.__name__

_MSG = (
'Sphinx 8 will drop support for representing paths as strings. '
'Sphinx 9 will drop support for representing paths as strings. '
'Use "pathlib.Path" or "os.fspath" instead.'
)

Expand Down

0 comments on commit 46ce447

Please sign in to comment.