Skip to content

Commit 24841e3

Browse files
committed
Use mixed quotes in the example TOML rather than escaping.
1 parent 996e364 commit 24841e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The structure of the configuration is as follows:
6262
always = [ "mypackage", "mypackage.submodule",]
6363
6464
[tool.importcheck.only_if]
65-
"sys_platform == \"linux\"" = [ "mypackage._linux_helpers",]
65+
"sys_platform == 'linux'" = [ "mypackage._linux_helpers",]
6666
6767
[tool.importcheck.config]
6868
show = true

0 commit comments

Comments
 (0)