From 0ef4f1a46d2bf15fd1950c4d25ed50ef510b9ca6 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Fri, 8 Jul 2022 10:20:29 +0200 Subject: [PATCH] Apply italic to Black name Consequently with other places in the document --- docs/integrations/editors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/editors.md b/docs/integrations/editors.md index 93cd4f3d91f..cb864819400 100644 --- a/docs/integrations/editors.md +++ b/docs/integrations/editors.md @@ -10,7 +10,7 @@ Options include the following: ## PyCharm/IntelliJ IDEA -1. Install Black with the `d` extra. +1. Install _Black_ with the `d` extra. ```console $ pip install 'black[d]'