Skip to content

Commit 69ba620

Browse files
authored
Correct code block header
1 parent 7589705 commit 69ba620

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)