changeset 459:aabfa6124cfb elementtree

nicer comments
author casties
date Wed, 20 Jul 2011 10:22:36 +0200
parents 48b135b089c8
children 76bc2317146f
files documentViewer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/documentViewer.py	Tue Jul 19 20:46:35 2011 +0200
+++ b/documentViewer.py	Wed Jul 20 10:22:36 2011 +0200
@@ -572,7 +572,7 @@
         docinfo['indexMetaPath']=self.getIndexMetaPath(path);
         
         logging.debug("documentViewer (getbibinfofromindexmeta cutted) path: %s"%(path))
-        # put in all raw bib fields as dict "bib"
+        # put all raw bib fields in dict "bib"
         bib = getBibdataFromDom(dom)
         docinfo['bib'] = bib