Skip to content

Commit

Permalink
Correct typo in 23.2 Changelog Bug Fixes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mtreinish committed Jul 15, 2023
1 parent 1d5b120 commit 2681425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Features
Bug Fixes
---------

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

0 comments on commit 2681425

Please sign in to comment.