From 80425ca440136002a64e24d6be7c3ba59cc20f9c Mon Sep 17 00:00:00 2001 From: Daanyaal Syed Date: Mon, 17 Aug 2020 14:55:38 -0400 Subject: [PATCH] Fix inline code style in README (#1608) Refer to `pyproject.toml` in HTML section of README with HTML code tags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aead10c..37b93c1 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ the equivalent of r-strings in Python. Multiline strings are treated as verbose expressions by Black. Use `[ ]` to denote a significant space character.
-Example `pyproject.toml` +Example pyproject.toml ```toml [tool.black] -- 2.39.2