Skip to content

Commit c81186d

Browse files
committed
Fix get_ttd_events docstring
1 parent 4e7756c commit c81186d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/python/debuggercontroller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2318,7 +2318,7 @@ def get_ttd_events(self, event_type: int) -> List[TTDEvent]:
23182318
This method is only available when debugging with TTD (Time Travel Debugging).
23192319
Use the is_ttd property to check if TTD is available before calling this method.
23202320
2321-
:param event_type: type of events to query (TTDEventType bitfield flags that can be combined with |)
2321+
:param event_type: type of events to query (TTDEventType bitfield flags that can be combined with ``|``)
23222322
:return: list of TTDEvent objects
23232323
:rtype: List[TTDEvent]
23242324
"""

0 commit comments

Comments
 (0)