From 26814251c04f459dce8e9502aa42eebdb125ee20 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Sat, 15 Jul 2023 17:50:50 -0400 Subject: [PATCH] Correct typo in 23.2 Changelog Bug Fixes The first entry in the bug fixes section for the 23.2 release's changelog incorrectly listed the the PR/Issue for "Fix pip completion --zsh" as #11416. However, the PR that fixed this issue was actually #11417. This commit fixes this oversight/off by one error so that the changelog points to the correct PR. --- NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 6fa4f94ab1a..b39f561bdf7 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -35,7 +35,7 @@ Features Bug Fixes --------- -- Fix ``pip completion --zsh``. (`#11416 `_) +- Fix ``pip completion --zsh``. (`#11417 `_) - Prevent downloading files twice when PEP 658 metadata is present (`#11847 `_) - Add permission check before configuration (`#11920 `_) - Fix deprecation warnings in Python 3.12 for usage of shutil.rmtree (`#11957 `_)