Skip to content

Commit

Permalink
[Docs] removed quotes on plugin name. (#9003)
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 committed Feb 23, 2024
1 parent d354f83 commit 0ab6204
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 0ab6204

Please sign in to comment.