[Checkins] SVN: zope.interface/branches/regebro-python3/src/zope/interface/README.ru.txt copy *all* changes to the russian doctest

Wolfgang Schnerring wosc at wosc.de
Sat Sep 12 12:38:36 EDT 2009


Log message for revision 103873:
  copy *all* changes to the russian doctest
  

Changed:
  U   zope.interface/branches/regebro-python3/src/zope/interface/README.ru.txt

-=-
Modified: zope.interface/branches/regebro-python3/src/zope/interface/README.ru.txt
===================================================================
--- zope.interface/branches/regebro-python3/src/zope/interface/README.ru.txt	2009-09-12 15:45:12 UTC (rev 103872)
+++ zope.interface/branches/regebro-python3/src/zope/interface/README.ru.txt	2009-09-12 16:38:36 UTC (rev 103873)
@@ -548,7 +548,7 @@
 к спецификациям. Объявления фактически расширяют интерфейсы которые они
 объявляют::
 
-  >>> class Baz:
+  >>> class Baz(object):
   ...     zope.interface.implements(IBaz)
 
   >>> baz_implements = zope.interface.implementedBy(Baz)



More information about the checkins mailing list