Skip to content

Commit

Permalink
doc: Highlight a Python block
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 21, 2024
1 parent 60d2364 commit 98403eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ load_resource = Loader(__package__)
`mypkg.data.load_resource()` is now a function that will return a `Path` to a
resource that is guaranteed to exist until interpreter exit:

```
```python
from mypkg.data import load_resource

resource_file: Path = load_resource('resource.ext')
Expand Down

0 comments on commit 98403eb

Please sign in to comment.