[Zodb-checkins] CVS: ZODB/src/zLOG - __init__.py:1.18

Fred L. Drake, Jr. fred at zope.com
Fri Apr 9 15:17:23 EDT 2004


Update of /cvs-repository/ZODB/src/zLOG
In directory cvs.zope.org:/tmp/cvs-serv7172

Modified Files:
	__init__.py 
Log Message:
fix typo


=== ZODB/src/zLOG/__init__.py 1.17 => 1.18 ===
--- ZODB/src/zLOG/__init__.py:1.17	Mon Jan 27 13:15:00 2003
+++ ZODB/src/zLOG/__init__.py	Fri Apr  9 15:17:22 2004
@@ -132,7 +132,7 @@
 
       severity -- The "severity" of the event.  This may be an integer or
                   a floating point number.  Logging back ends may
-                  consider the int() of this valua to be significant.
+                  consider the int() of this value to be significant.
                   For example, a backend may consider any severity
                   whos integer value is WARNING to be a warning.
 




More information about the Zodb-checkins mailing list