Commit 45b0840f by radek-sprta Committed by Sébastien Eustace

Fix typo in docs (#298)

parent c9b7f0c6
......@@ -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