Commit acf9ecf8 by Nutchanon Ninyawee Committed by GitHub

fix typo in doc site

poetry = 'poetry:console.run' is wrong.

poetry = 'poetry.console:run' is right.
parent 6fe7f54a
......@@ -187,7 +187,7 @@ This section describe the scripts or executable that will be installed when inst
```toml
[tool.poetry.scripts]
poetry = 'poetry:console.run'
poetry = 'poetry.console:run'
```
Here, we will have the `poetry` script installed which will execute `console.run` in the `poetry` package.
......
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