Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b511537 commit 46ce447Copy full SHA for 46ce447
1 file changed
sphinx/util/_pathlib.py
@@ -25,7 +25,7 @@
25
_PATH_NAME = Path().__class__.__name__
26
27
_MSG = (
28
- 'Sphinx 8 will drop support for representing paths as strings. '
+ 'Sphinx 9 will drop support for representing paths as strings. '
29
'Use "pathlib.Path" or "os.fspath" instead.'
30
)
31
0 commit comments