From c693c6f900d6d8242da14a55ba347971e76400b3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 12 Dec 2006 05:08:14 +0000 Subject: [PATCH] documentation fix --- libprs500/lrf/meta.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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