[Checkins] SVN: zope.dublincore/trunk/src/zope/dublincore/property.txt whitespace

Michael Howitz mh at gocept.com
Sat Feb 13 14:42:06 EST 2010


Log message for revision 109017:
  whitespace
  

Changed:
  U   zope.dublincore/trunk/src/zope/dublincore/property.txt

-=-
Modified: zope.dublincore/trunk/src/zope/dublincore/property.txt
===================================================================
--- zope.dublincore/trunk/src/zope/dublincore/property.txt	2010-02-13 14:01:06 UTC (rev 109016)
+++ zope.dublincore/trunk/src/zope/dublincore/property.txt	2010-02-13 19:42:06 UTC (rev 109017)
@@ -20,20 +20,20 @@
   >>> obj.title
   u'My title'
 
-Let's see if the title is really stored in dublin core :
+Let's see if the title is really stored in dublin core:
 
   >>> from zope.dublincore.interfaces import IZopeDublinCore
   >>> IZopeDublinCore(obj).title
   u'My title'
 
 Even if a dublin core property is a list property we can set and get the
-property as scalar type :
+property as scalar type:
 
   >>> obj.author = u'me'
   >>> obj.author
   u'me'
 
-DCListProperty acts on the list :
+DCListProperty acts on the list:
 
   >>> obj.authors
   (u'me',)



More information about the checkins mailing list