[Zope3-checkins] SVN: Zope3/trunk/src/zope/annotation/README.txt Fix typos noticed by baijum on #zope3-dev.

Marius Gedminas cvs-admin at zope.org
Wed Jun 14 10:14:33 EDT 2006


Log message for revision 68631:
  Fix typos noticed by baijum on #zope3-dev.
  
  

Changed:
  U   Zope3/trunk/src/zope/annotation/README.txt

-=-
Modified: Zope3/trunk/src/zope/annotation/README.txt
===================================================================
--- Zope3/trunk/src/zope/annotation/README.txt	2006-06-14 13:45:24 UTC (rev 68630)
+++ Zope3/trunk/src/zope/annotation/README.txt	2006-06-14 14:14:30 UTC (rev 68631)
@@ -4,7 +4,7 @@
 There is more to document about annotations, but we'll just sketch out
 a scenario on how to use the annotation factory for now. This is one
 of the easiest ways to use annotations -- basically you can see them
-as persistent, writeable adapters.
+as persistent, writable adapters.
 
 First, let's make a persistent object we can create annotations for:
 
@@ -36,7 +36,7 @@
 Note that the annotation implementation does not expect any arguments
 to its `__init__`. Otherwise it's basically an adapter.
 
-Now, we'll register the annotation as an adapter. Do do this we use
+Now, we'll register the annotation as an adapter. To do this we use
 the `factory` function provided by `zope.annotation`:
 
   >>> from zope.annotation import factory
@@ -80,7 +80,7 @@
   TypeError: Missing 'zope.component.adapts' on annotation
 
 It's possible to provide an annotation with an explicit key. (If the
-key is not supplied, the key is deduced from the anotation's dotted
+key is not supplied, the key is deduced from the annotation's dotted
 name, provided it is a class.)
 
   >>> class IHoi(interface.Interface):



More information about the Zope3-Checkins mailing list