[Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters/HTML Formatter.py,1.7,1.8

Stefan Seefeld stefan at synopsis.fresco.org
Sun Nov 16 01:45:30 UTC 2003


Update of /cvs/synopsis/Synopsis/Synopsis/Formatters/HTML
In directory frida:/tmp/cvs-serv13450/Synopsis/Formatters/HTML

Modified Files:
	Formatter.py 
Log Message:
typos

Index: Formatter.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/Synopsis/Formatters/HTML/Formatter.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -d -r1.7 -r1.8
--- Formatter.py	15 Nov 2003 19:55:31 -0000	1.7
+++ Formatter.py	16 Nov 2003 01:45:27 -0000	1.8
@@ -173,7 +173,7 @@ class Formatter(Processor):
       """test whether the given page is part of the pages list."""
 
       return reduce(lambda x, y: x or y,
-                    map(lambda x: x.__class__.__name__ = page_name,
+                    map(lambda x: x.__class__.__name__ == page_name,
                         self.pages))
 
    def get_toc(self, start):





More information about the Synopsis-changes mailing list