Skip to content

Commit

Permalink
Documentation: Add missing comma to base/non-base example. (#248)
Browse files Browse the repository at this point in the history
* Add missing comma to base/non-base example

* Add news file
  • Loading branch information
marcoesters authored Sep 19, 2024
1 parent 1b099d7 commit 83cc9be
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/defining-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ is "Launch Turtle (turtle)". This was the default behavior of `menuinst` version
"name": {
"target_environment_is_base": "Launch Turtle",
"target_environment_is_not_base": "Launch Turtle ({{ ENV_NAME }})"
}
},
"command": ["python", "-m", "turtle"],
"activate": true,
"platforms": {
Expand Down
19 changes: 19 additions & 0 deletions news/248-environment-example-typo
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* <news item>

### Bug fixes

* <news item>

### Deprecations

* <news item>

### Docs

* Add missing comma to base/non-base example. (#248)

### Other

* <news item>

0 comments on commit 83cc9be

Please sign in to comment.