From 522e823d70000057785a2114ee4c4c76f37dd172 Mon Sep 17 00:00:00 2001 From: Douglas RAILLARD Date: Wed, 12 Jun 2019 15:26:25 +0100 Subject: [PATCH] lisa.trace: fix docstring typo --- lisa/trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisa/trace.py b/lisa/trace.py index bc892a1d3..0e9b62ff0 100644 --- a/lisa/trace.py +++ b/lisa/trace.py @@ -1386,7 +1386,7 @@ def requires_events(*events, **kwargs): def requires_one_event_of(*events, **kwargs): """ - Same as :func:``used_events`` with logical `OR` semantic. + Same as :func:`requires_events` with logical `OR` semantic. """ return OrTraceEventChecker.from_events(events, **kwargs) -- GitLab