Skip to content

Commit

Permalink
Merge branch 'doc-improvements' of https://github.com/0Hughman0/pytes…
Browse files Browse the repository at this point in the history
…t-jupyter into doc-improvements
  • Loading branch information
0Hughman0 committed Sep 16, 2024
2 parents 90d8438 + 71b8ede commit 35c78f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_jupyter/jupyter_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ async def my_test(jp_fetch):
.. code-block:: python
async def my_test(jp_fetch):
response = await jp_fetch("api", "spec.yaml", params={'parameter': 'value'})
response = await jp_fetch("api", "spec.yaml", params={"parameter": "value"})
...
A POST request with data:
Expand Down

0 comments on commit 35c78f9

Please sign in to comment.