kopia lustrzana https://github.com/simonw/datasette
Fixed rST warnings
rodzic
1c6b297e3e
commit
d25b55ab5e
|
@ -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
|
||||||
-------------------
|
-------------------
|
||||||
|
|
Ładowanie…
Reference in New Issue