Skip to content

Commit 2681425

Browse files
authored
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.
1 parent 1d5b120 commit 2681425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Features
3535
Bug Fixes
3636
---------
3737

38-
- Fix ``pip completion --zsh``. (`#11416 <https://github.com/pypa/pip/issues/11416>`_)
38+
- Fix ``pip completion --zsh``. (`#11417 <https://github.com/pypa/pip/issues/11417>`_)
3939
- Prevent downloading files twice when PEP 658 metadata is present (`#11847 <https://github.com/pypa/pip/issues/11847>`_)
4040
- Add permission check before configuration (`#11920 <https://github.com/pypa/pip/issues/11920>`_)
4141
- Fix deprecation warnings in Python 3.12 for usage of shutil.rmtree (`#11957 <https://github.com/pypa/pip/issues/11957>`_)

0 commit comments

Comments
 (0)