Skip to content

Commit

Permalink
Fix inline code style in README (#1608)
Browse files Browse the repository at this point in the history
Refer to `pyproject.toml` in HTML section of README with HTML code tags
  • Loading branch information
dsyed authored Aug 17, 2020
1 parent 820f387 commit 80425ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<details>
<summary>Example `pyproject.toml`</summary>
<summary>Example <code>pyproject.toml</code></summary>

```toml
[tool.black]
Expand Down

0 comments on commit 80425ca

Please sign in to comment.