Skip to content

Commit

Permalink
fix API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Oct 2, 2023
1 parent 581640f commit 03c8be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/zensols/rend/df.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ class TerminalDashServer(object):
5. The client browser creates a single request to render the Dash data.
6. Once the browser renders, a callback indicates to terminate the server.
7. After rendering all data, ``P`` waits for the child process via IPC.
7. The terminate callback in ``C`` sends a queue (IPC) message to ``P``.
8. Upon receiving this message, the ``P`` terminates ``C``.
8. The terminate callback in ``C`` sends a queue (IPC) message to ``P``.
9. Upon receiving this message, the ``P`` terminates ``C``.
"""
layout_factory: LayoutFactory = field()
Expand Down

0 comments on commit 03c8be3

Please sign in to comment.