diff --git a/libprs500/lrf/meta.py b/libprs500/lrf/meta.py index 03be48267e..4d8c17750e 100644 --- a/libprs500/lrf/meta.py +++ b/libprs500/lrf/meta.py @@ -16,9 +16,10 @@ """ This module presents an easy to use interface for getting and setting meta information in LRF files. Just create an L{LRFMetaFile} object and use its properties to get and set meta information. For example: - lrf = LRFMetaFile("mybook.lrf") - print lrf.title, lrf.author - lrf.category = "History" + + >>> lrf = LRFMetaFile("mybook.lrf") + >>> print lrf.title, lrf.author + >>> lrf.category = "History" """ import struct, array, zlib, StringIO