Skip to content

Commit b625abd

Browse files
Update docs
1 parent b6bf16a commit b625abd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/source/advanced/sessions.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,12 @@ of the standard ``AsyncServer.query_tree()`` output::
147147
synthesis contexts at once, and a session's server tree output will reflect
148148
each of them.
149149

150-
Individual component server trees can also be dumped::
151-
152-
>>> print(await track_one.dump_tree())
153-
154150
Nodes in the ``dump_tree()`` output are annotated with the component's *nested*
155151
address by default, but can we request *numeric* annotations or no annotations
156152
at all::
157153

158-
>>> print(await track_one.dump_tree(annotation="numeric"))
159-
>>> print(await track_one.dump_tree(annotation=None))
154+
>>> print(await session.dump_tree(annotation="numeric"))
155+
>>> print(await session.dump_tree(annotation=None))
160156

161157
.. hint::
162158

0 commit comments

Comments
 (0)