]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
docs: extensions: don't use utf-8 syntax for descriptions
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 11 Feb 2025 06:19:03 +0000 (07:19 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 13 Feb 2025 18:33:32 +0000 (11:33 -0700)
commit8def404249af7a623eb22b8bcfb7430127c1edb3
treeb47833cb4a94be622470880263de914709dd5c94
parent5e25b972a22be2249af76b30831ccc62b88ad725
docs: extensions: don't use utf-8 syntax for descriptions

None of the descriptions at the Sphinx extensions are using
non-ascii characters, so no need to place them under u"""
notation.

Also, according with:
https://docs.python.org/3/deprecations/pending-removal-in-3.16.html

the 'u' format code is scheduled to be removed in Python 3.16.

So, let's just use """.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: Kees Cook <kees@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/8a42f6be53464af4b866492a7e9ddf29c0429997.1739254187.git.mchehab+huawei@kernel.org
Documentation/sphinx/cdomain.py
Documentation/sphinx/kernel_abi.py
Documentation/sphinx/kernel_feat.py
Documentation/sphinx/kernel_include.py
Documentation/sphinx/kfigure.py
Documentation/sphinx/load_config.py
Documentation/sphinx/maintainers_include.py
Documentation/sphinx/rstFlatTable.py