Skip to content

Commit

Permalink
Finish configuring code block copy
Browse files Browse the repository at this point in the history
Follow-up to 5c8b6ea
  • Loading branch information
br3ndonland committed Nov 12, 2023
1 parent 70b358e commit 02c2b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dotenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The example below demonstrates how this works. Note that this is written as a _s
anyio.run(load_my_dotenv)
```

```sh
```{ .sh .no-copy }
.venv ❯ python example.py

# output formatted for clarity
Expand Down Expand Up @@ -164,7 +164,7 @@ Now, we will update our `example.py` module to load both files. The order is imp
anyio.run(load_my_dotenvs, ".env", ".env.override")
```

```sh
```{ .sh .no-copy }
.venv ❯ python example.py

# output formatted for clarity
Expand Down

0 comments on commit 02c2b0f

Please sign in to comment.