mirror of
https://github.com/torvalds/linux.git
synced 2026-09-13 15:40:03 +02:00
docs: conf.py: fix the 'utf-8' typo
"encoding" should be 'utf-8'. Fix the typo.
Fixes: 7ea9a550f7 ("docs: conf.py: several coding style fixes")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260806051115.1235789-1-rdunlap@infradead.org>
This commit is contained in:
parent
0c56db4610
commit
391650e146
|
|
@ -287,7 +287,7 @@ author = "The kernel development community"
|
|||
try:
|
||||
makefile_version = None
|
||||
makefile_patchlevel = None
|
||||
with open("../Makefile", encoding="utf=8") as fp:
|
||||
with open("../Makefile", encoding="utf-8") as fp:
|
||||
for line in fp:
|
||||
key, val = [x.strip() for x in line.split("=", 2)]
|
||||
if key == "VERSION":
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user