Skip to content

Commit 527f29d

Browse files
committed
Fix typo
With thanks to @TWry
1 parent 7634a5a commit 527f29d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/api_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ We can test this using curl:
100100

101101
.. code-block:: console
102102
103-
curl --json '{"hello": "world}' http://localhost:5000/echo
103+
curl --json '{"hello": "world"}' http://localhost:5000/echo
104104
105105
Which gives the following result:
106106

0 commit comments

Comments
 (0)