From ae1c2e35e493d7a07cb0d300451625629ae07ce9 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Wed, 4 May 2022 07:33:06 +0800 Subject: [PATCH] Grammar fix in changelog --- news/9330.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/9330.bugfix.rst b/news/9330.bugfix.rst index d760313a6..63e44c238 100644 --- a/news/9330.bugfix.rst +++ b/news/9330.bugfix.rst @@ -1 +1 @@ -``pip config`` normalizes names, converting underscores into dashes +``pip config`` now normalizes names by converting underscores into dashes.