fix: double quote

it is making the example syntactically wrong.

Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
thiswillbeyourgithub 2025-03-09 07:10:44 +01:00
parent 384e90f83e
commit 1be333221c

View File

@ -304,7 +304,7 @@ async def test_function(
"source": title, "source": title,
} }
], ],
"source": {"name": "Title of the content"", "url": "http://link-to-citation"}, "source": {"name": "Title of the content", "url": "http://link-to-citation"},
}, },
} }
) )