From d0a6d977e575da73c715cd5f27ebe96406c6e2ad Mon Sep 17 00:00:00 2001 From: Rod Elias Date: Tue, 14 Mar 2023 10:34:47 -0300 Subject: [PATCH] fix typo --- source/linters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/linters.rst b/source/linters.rst index a1c5d3a..31d8719 100644 --- a/source/linters.rst +++ b/source/linters.rst @@ -384,7 +384,7 @@ black ++++++ `black `_ is a python code auto-formatter. -Black reformats entire files in place and also formats the strings to have double-qoutes. +Black reformats entire files in place and also formats the strings to have double-quotes. `Black` is not configurable(except for line-length). @@ -577,4 +577,4 @@ Linting: .. Formatter: -.. `Black` and `yapf` are the most popular ones, while black is still in beta . \ No newline at end of file +.. `Black` and `yapf` are the most popular ones, while black is still in beta.