Skip to content

Commit

Permalink
(HP-1728) add keyword 'python' to python code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Jan 21, 2025
1 parent 9587103 commit 58749a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions heal/vlmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The `vlmd_extract()` method raises a `jsonschema.ValidationError` for an invalid

Example extraction code:

```
```python
from jsonschema import ValidationError

from healsdk.vlmd import vlmd_extract
Expand All @@ -36,7 +36,7 @@ will raise an `ExtractionError` if the input_file cannot be converted

Example validation code:

```
```python
from jsonschema import ValidationError

from heal.vlmd import vlmd_validate, ExtractionError
Expand Down Expand Up @@ -64,7 +64,7 @@ and raises an `ExtractionError` for any other type of error.

Example extraction code:

```
```python
from jsonschema import ValidationError

from heal.vlmd import vlmd_extract, ExtractionError
Expand Down

0 comments on commit 58749a6

Please sign in to comment.