Skip to content

Commit

Permalink
docs(CHANGES): Fix highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 19, 2023
1 parent b6dfeb9 commit 1c279b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ pip install --user --upgrade --pre gp-libs
Per [Poetry's docs on managing dependencies] and `poetry check`, we had it wrong: Instead of using extras, we should create these:

```toml
[tool.poetry.group.[group-name].dependencies]
[tool.poetry.group.group-name.dependencies]
dev-dependency = "1.0.0"
```

Expand Down

0 comments on commit 1c279b4

Please sign in to comment.