Commit ab81ff02 by Bryce Drennan Committed by GitHub

Merge pull request #945 from CircleOnCircles/patch-1

fix typo in doc site
parents 4dbcb3db acf9ecf8
...@@ -187,7 +187,7 @@ This section describe the scripts or executable that will be installed when inst ...@@ -187,7 +187,7 @@ This section describe the scripts or executable that will be installed when inst
```toml ```toml
[tool.poetry.scripts] [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. 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