Skip to content

Commit 981006e

Browse files
Fixup
1 parent 396c4c1 commit 981006e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,11 +489,11 @@ def prepare_pydoc_topics(db: ReleaseShelf) -> None:
489489
subprocess.check_call(["make", "pydoc-topics"], cwd=db["git_repo"] / "Doc")
490490
shutil.copy2(
491491
db["git_repo"] / "Doc" / "build" / "pydoc-topics" / "topics.py",
492-
db["git_repo"] / "Lib" / "pydoc_data" / "topics.py"
492+
db["git_repo"] / "Lib" / "pydoc_data" / "topics.py",
493493
)
494494
shutil.copy2(
495495
db["git_repo"] / "Doc" / "build" / "pydoc-topics" / "module_docs.py",
496-
db["git_repo"] / "Lib" / "pydoc_data" / "module_docs.py"
496+
db["git_repo"] / "Lib" / "pydoc_data" / "module_docs.py",
497497
)
498498
subprocess.check_call(
499499
["git", "commit", "-a", "--amend", "--no-edit"], cwd=db["git_repo"]

0 commit comments

Comments
 (0)