X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2Fbindings%2Fpython%2Fsource%2Freader.rst;fp=doc%2Fbindings%2Fpython%2Fsource%2Freader.rst;h=93cdaadaecd0944c78c7b760ba84fe7ed19021c3;hb=4e5f388fcb9d27babc2e2a5bff5c904127a040cf;hp=fd98f1d71214a0cca743bda3186dd82260bec5c6;hpb=d6681ce0d1108ffcabdf9aa05ae771857f799da2;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.