Commit 7d1bb94b by radek-sprta Committed by Sébastien Eustace

Fix typo in docs (#298)

parent bfcce40e
......@@ -215,5 +215,5 @@ To match the example in the setuptools documentation, you would use the followin
[tool.poetry.plugins] # Optional super table
[tool.poetry.plugins."blogtool.parsers"]
".rst" = "some_module::SomeClass"
".rst" = "some_module:SomeClass"
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment