We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fe7ea commit efbac31Copy full SHA for efbac31
source/linters.rst
@@ -384,7 +384,7 @@ black
384
++++++
385
386
`black <https://black.readthedocs.io/en/stable/>`_ is a python code auto-formatter.
387
-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.
388
389
`Black` is not configurable(except for line-length).
390
@@ -577,4 +577,4 @@ Linting:
577
578
.. Formatter:
579
580
-.. `Black` and `yapf` are the most popular ones, while black is still in beta .
+.. `Black` and `yapf` are the most popular ones, while black is still in beta .
0 commit comments