1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix typo in news fragment

Co-Authored-By: Pradyun Gedam <pradyunsg@gmail.com>
This commit is contained in:
Tzu-ping Chung 2020-02-07 15:23:57 +08:00 committed by GitHub
parent 4d4511fa76
commit c7184ec503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
Correctly handle ``%2F`` in URL parameters to avoid accidently unescape them Correctly handle ``%2F`` in URL parameters to avoid accidentally unescape them
into ``/``. into ``/``.