Commit 62d3df83 authored by Dimitris Lampridis's avatar Dimitris Lampridis

[sw] [pywrap] fix typo bug in clear_event_log_entries()

parent 86c8f6fe
......@@ -424,7 +424,7 @@ class PyWrtd():
"""
Corresponds to C library :cpp:func:`wrtd_clear_event_log_entries`.
"""
self.wrtd_lib.clear_event_log_entries(self.wrtd_p)
self.wrtd_lib.wrtd_clear_event_log_entries(self.wrtd_p)
def get_next_event_log_entry(self):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment