From 59bbf5f961cdf18ada47d8b8d072229b935c04e7 Mon Sep 17 00:00:00 2001 From: github actions Date: Sun, 2 Jul 2023 10:58:13 +0000 Subject: [PATCH] d updated markdown snippets --- docs/how_to/create_custom_verify_methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how_to/create_custom_verify_methods.md b/docs/how_to/create_custom_verify_methods.md index bbfc0ffc..d9356fa4 100644 --- a/docs/how_to/create_custom_verify_methods.md +++ b/docs/how_to/create_custom_verify_methods.md @@ -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) ``` -snippet source | anchor +snippet source | anchor ## Create a `Verifiable` Object