From: Simon Marchi Date: Mon, 9 Sep 2019 17:04:17 +0000 (-0400) Subject: bt2: fix _seek_beginning -> _user_seek_beginning in comment X-Git-Url: https://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=5a096c634cb12170d37fed9d621da094ec9a1300;p=babeltrace.git bt2: fix _seek_beginning -> _user_seek_beginning in comment Change-Id: I93aaea82db86e1e8e37b49f5c26662c82337cb97 Signed-off-by: Simon Marchi --- diff --git a/src/bindings/python/bt2/bt2/message_iterator.py b/src/bindings/python/bt2/bt2/message_iterator.py index 51410189..09bff7a4 100644 --- a/src/bindings/python/bt2/bt2/message_iterator.py +++ b/src/bindings/python/bt2/bt2/message_iterator.py @@ -160,7 +160,7 @@ class _UserMessageIterator(_MessageIterator): # # - If the iterator has a _user_can_seek_beginning attribute, # read it and use that result. - # - Otherwise, the presence or absence of a `_seek_beginning` + # - Otherwise, the presence or absence of a `_user_seek_beginning` # method indicates whether the iterator can seek beginning. if hasattr(self, '_user_can_seek_beginning'): can_seek_beginning = self._user_can_seek_beginning