Skip to content

Commit

Permalink
[Docs] removed quotes on plugin name.
Browse files Browse the repository at this point in the history
The quotes were confusing since the name of the plugin does need to wrapped in quote, even according the example bellow it.
  • Loading branch information
lalmei authored and radoering committed Feb 23, 2024
1 parent d354f83 commit cb907aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ The syntax for registering a plugin is:
[tool.poetry.plugins] # Optional super table

[tool.poetry.plugins."A"]
"B" = "C:D"
B = "C:D"
```
Which are:

Expand Down

0 comments on commit cb907aa

Please sign in to comment.