diff options
author | Steve Dower <steve.dower@python.org> | 2022-09-30 12:48:19 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-10-24 15:45:41 (GMT) |
commit | a1f4e42619e3dede9f465d8ee691e04e5eb30026 (patch) | |
tree | 56366b924be64ba599a6117f29c11b62aa59c376 /Misc | |
parent | 38ade0d2aca25748207189b17323874cad183f78 (diff) | |
download | cpython-a1f4e42619e3dede9f465d8ee691e04e5eb30026.zip cpython-a1f4e42619e3dede9f465d8ee691e04e5eb30026.tar.gz cpython-a1f4e42619e3dede9f465d8ee691e04e5eb30026.tar.bz2 |
gh-90989: Clarify some installer text (GH-97668)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-09-29-23-08-49.gh-issue-90989.no89Q2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-09-29-23-08-49.gh-issue-90989.no89Q2.rst b/Misc/NEWS.d/next/Windows/2022-09-29-23-08-49.gh-issue-90989.no89Q2.rst new file mode 100644 index 0000000..34fffdf --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-09-29-23-08-49.gh-issue-90989.no89Q2.rst @@ -0,0 +1 @@ +Clarify some text in the Windows installer. |