X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2Fbindings%2Fpython%2Fsource%2Freader.rst;h=93cdaadaecd0944c78c7b760ba84fe7ed19021c3;hb=8086bf0fa8fe5730119d718d6bce484d07e74cd4;hp=fd98f1d71214a0cca743bda3186dd82260bec5c6;hpb=ea980190d720288efa8324f66f8a8ee9e004ad8e;p=babeltrace.git diff --git a/doc/bindings/python/source/reader.rst b/doc/bindings/python/source/reader.rst index fd98f1d7..93cdaada 100644 --- a/doc/bindings/python/source/reader.rst +++ b/doc/bindings/python/source/reader.rst @@ -12,8 +12,8 @@ collection, iterating on their events, reading event names, timestamps, contexts and payloads can be accomplished by using these classes. -The Babeltrace Python bindings' reader API exposes two categories of -classes. The first category is used to open traces and iterate on +The Babeltrace Python legacy bindings' reader API exposes two categories +of classes. The first category is used to open traces and iterate on theirs events. The typical procedure for reading traces is: 1. Create a :class:`TraceCollection` instance.