Skip to content

Commit 530418d

Browse files
committed
Reword news entry
1 parent 393c2e5 commit 530418d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

news/5021.bugfix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Package name should be normalized before we use it to search if it's already installed or not
1+
Use canonical package names while looking up already installed packages.

src/pip/_internal/commands/search.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from pip._internal.network.xmlrpc import PipXmlrpcTransport
2020
from pip._internal.utils.compat import get_terminal_size
2121
from pip._internal.utils.logging import indent_log
22-
2322
from pip._internal.utils.misc import get_distribution, write_output
2423
from pip._internal.utils.typing import MYPY_CHECK_RUNNING
2524

0 commit comments

Comments
 (0)