[Zope3-checkins] SVN: Zope3/trunk/src/zope/deprecation/__init__.py typo and formating comments

Julien Anguenot ja at nuxeo.com
Wed Jul 27 18:48:36 EDT 2005


Log message for revision 37507:
  typo and formating comments

Changed:
  U   Zope3/trunk/src/zope/deprecation/__init__.py

-=-
Modified: Zope3/trunk/src/zope/deprecation/__init__.py
===================================================================
--- Zope3/trunk/src/zope/deprecation/__init__.py	2005-07-27 22:42:13 UTC (rev 37506)
+++ Zope3/trunk/src/zope/deprecation/__init__.py	2005-07-27 22:48:36 UTC (rev 37507)
@@ -19,8 +19,8 @@
 
 from zope.deprecation.deprecation import deprecated, ShowSwitch
 
-# This attribute can be used to temporarly deactivate deprecation warnings, so
-# that backward-compatibility code can import other backward-compatiblity
-# components without arnings being produced.
+# This attribute can be used to temporarly deactivate deprecation
+# warnings, so that backward-compatibility code can import other
+# backward-compatiblity components without warnings being produced.
 
 __show__ = ShowSwitch()



More information about the Zope3-Checkins mailing list