bt2: fix _seek_beginning -> _user_seek_beginning in comment
[babeltrace.git] / src / bindings / python / bt2 / bt2 / message_iterator.py
index 51410189835ea5715e1b556a6b3efcbcf0b478b6..09bff7a4fa50cffe4b87f813c34eacec11d229e9 100644 (file)
@@ -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
This page took 0.022505 seconds and 4 git commands to generate.