mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed rST warnings
This commit is contained in:
parent
1c6b297e3e
commit
d25b55ab5e
1 changed files with 2 additions and 2 deletions
|
|
@ -865,7 +865,7 @@ This function accepts a string containing either JSON or YAML, expected to be of
|
||||||
|
|
||||||
If the metadata cannot be parsed as either JSON or YAML the function will raise a ``utils.BadMetadataError`` exception.
|
If the metadata cannot be parsed as either JSON or YAML the function will raise a ``utils.BadMetadataError`` exception.
|
||||||
|
|
||||||
.. _internals_tracer
|
.. _internals_tracer:
|
||||||
|
|
||||||
datasette.tracer
|
datasette.tracer
|
||||||
================
|
================
|
||||||
|
|
@ -892,7 +892,7 @@ This example uses trace to record the start, end and duration of any HTTP GET re
|
||||||
async with httpx.AsyncClient() as client:
|
async with httpx.AsyncClient() as client:
|
||||||
return await client.get(url)
|
return await client.get(url)
|
||||||
|
|
||||||
.. _internals_tracer_trace_child_tasks
|
.. _internals_tracer_trace_child_tasks:
|
||||||
|
|
||||||
Tracing child tasks
|
Tracing child tasks
|
||||||
-------------------
|
-------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue