Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46ce447

Browse files
committed
Update a comment to reference Sphinx 9
1 parent b511537 commit 46ce447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sphinx/util/_pathlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
_PATH_NAME = Path().__class__.__name__
2626

2727
_MSG = (
28-
'Sphinx 8 will drop support for representing paths as strings. '
28+
'Sphinx 9 will drop support for representing paths as strings. '
2929
'Use "pathlib.Path" or "os.fspath" instead.'
3030
)
3131

0 commit comments

Comments
 (0)