Skip to content

Commit

Permalink
d updated markdown snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 2, 2023
1 parent f007468 commit 59bbf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_to/create_custom_verify_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def verify_as_json(
json_text = utils.to_json(object_to_verify) + "\n"
verify(json_text, None, encoding="utf-8", newline="\n", options=options)
```
<sup><a href='/approvaltests/approvals.py#L222-L237' title='Snippet source file'>snippet source</a> | <a href='#snippet-verify_as_json' title='Start of snippet'>anchor</a></sup>
<sup><a href='/approvaltests/approvals.py#L221-L236' title='Snippet source file'>snippet source</a> | <a href='#snippet-verify_as_json' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

## Create a `Verifiable` Object
Expand Down

0 comments on commit 59bbf5f

Please sign in to comment.