diff --git a/Documentation/conf.py b/Documentation/conf.py index 3f82cfbff778..5ab26ce89daf 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -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":