Skip to content

Commit

Permalink
#113: Fix escaping in TOML example
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jun 13, 2023
1 parent b92d3bd commit 756784f
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 @@ -219,7 +219,7 @@ In your pyproject.toml file, you may configure the following options:

```toml
patterns = [
"(^__version__\\s*(?::.*?)?=\\s*['\\"])[^'\\"]*(['\\"])",
"(^__version__\\s*(?::.*?)?=\\s*['\"])[^'\"]*(['\"])",
{ value = "(^__version_tuple__\\s*(?::.*?)?=\\s*\\()[^)]*(\\))", mode = "tuple" },
]
```
Expand Down

0 comments on commit 756784f

Please sign in to comment.