Skip to content

Commit 268e673

Browse files
committed
Fix doc format
1 parent 071939f commit 268e673

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

zenoh/__init__.pyi

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,9 +2422,10 @@ def open(
24222422
24232423
Args:
24242424
config: The configuration for the session.
2425+
24252426
timestamp_callback: An optional callback invoked at each interception point
2426-
(Send, Route, Receive) when timestamp stack instrumentation is enabled.
2427-
The callback receives a :class:`TimestampContext` and must return ``bytes``.
2427+
(Send, Route, Receive) when timestamp stack instrumentation is enabled.
2428+
The callback receives a :class:`TimestampContext` and must return ``bytes``.
24282429
"""
24292430

24302431
# Common docstring for all scout function overloads
@@ -2436,8 +2437,10 @@ or by letting the :class:`zenoh.Scout` object go out of scope (dropping it).
24362437
24372438
Args:
24382439
handler: Optional handler for processing received :class:`zenoh.Hello` messages.
2440+
24392441
what: Optional :class:`zenoh.WhatAmIMatcher` or string specifying which node types to scout for
24402442
(e.g., "peer|router"). If None, scouts for all node types.
2443+
24412444
config: Optional :class:`zenoh.Config` for the scouting session.
24422445
24432446
For more information about scouting, see :ref:`scouting`.

0 commit comments

Comments
 (0)