Skip to content

Commit 6d207d3

Browse files
authored
Merge pull request #430 from cknuepfer/patch-1
Correct code block header
2 parents e9a017d + 69ba620 commit 6d207d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/43-software-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Poetry can also handle virtual environments for us,
8282
so in order to behave similarly to how we used them previously,
8383
let us change the Poetry config to put them in the same directory as our project:
8484

85-
```bash, bash
85+
```bash
8686
$ poetry config virtualenvs.in-project true
8787
```
8888

0 commit comments

Comments
 (0)