Skip to content

Commit 0ab6204

Browse files
authored
[Docs] removed quotes on plugin name. (#9003)
The quotes were confusing since the name of the plugin does need to wrapped in quote, even according the example bellow it.
1 parent d354f83 commit 0ab6204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pyproject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ The syntax for registering a plugin is:
452452
[tool.poetry.plugins] # Optional super table
453453

454454
[tool.poetry.plugins."A"]
455-
"B" = "C:D"
455+
B = "C:D"
456456
```
457457
Which are:
458458

0 commit comments

Comments
 (0)