[Inteproxy-commits] r34 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 5 17:19:32 CEST 2007


Author: bh
Date: 2007-04-05 17:19:32 +0200 (Thu, 05 Apr 2007)
New Revision: 34

Modified:
   trunk/ChangeLog
   trunk/transcoder.py
Log:
* transcoder.py (IdentityTranscoder): Fix doc-string


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-04-05 15:16:13 UTC (rev 33)
+++ trunk/ChangeLog	2007-04-05 15:19:32 UTC (rev 34)
@@ -1,5 +1,9 @@
 2007-04-05  Bernhard Herzog  <bh at intevation.de>
 
+	* transcoder.py (IdentityTranscoder): Fix doc-string
+
+2007-04-05  Bernhard Herzog  <bh at intevation.de>
+
 	* InteProxy.py (run_server): Add command line option --config-file
 	with default inteproxy.cfg.  Read the transcoder configuration
 	from the file specified with this option.

Modified: trunk/transcoder.py
===================================================================
--- trunk/transcoder.py	2007-04-05 15:16:13 UTC (rev 33)
+++ trunk/transcoder.py	2007-04-05 15:19:32 UTC (rev 34)
@@ -19,7 +19,7 @@
 
 class IdentityTranscoder:
 
-    """The null transcoder that does not acutally change anything
+    """A transcoder that does not change anything
 
     Other transcoders can be derived from this class so that they only
     need to implement the methods that actually change parts of a



More information about the Inteproxy-commits mailing list