[Checkins] SVN: Sandbox/darrylcousins/mars.adapter/src/mars/adapter/adapter.txt Fix typo

Darryl Cousins darryl at darrylcousins.net.nz
Sun Jul 15 23:52:44 EDT 2007


Log message for revision 78013:
  Fix typo

Changed:
  U   Sandbox/darrylcousins/mars.adapter/src/mars/adapter/adapter.txt

-=-
Modified: Sandbox/darrylcousins/mars.adapter/src/mars/adapter/adapter.txt
===================================================================
--- Sandbox/darrylcousins/mars.adapter/src/mars/adapter/adapter.txt	2007-07-16 03:49:14 UTC (rev 78012)
+++ Sandbox/darrylcousins/mars.adapter/src/mars/adapter/adapter.txt	2007-07-16 03:52:44 UTC (rev 78013)
@@ -34,8 +34,8 @@
 
   >>> field = Field()
 
-Un-named Adapter
-----------------
+The Adapter
+-----------
 
 First we define an adapter that we wish to look up for the `field` object. It is
 a simple adapter that will take only the adapted object in its __init__ method.
@@ -51,6 +51,9 @@
   ...     def __repr__(self):
   ...         return self.__class__.__name__
 
+Un-named Adapter
+----------------
+
 Then we can define the adapter factory that subclasses AdapterFactory and
 contains a single directive (which is required) that defined the adapter to be
 used.



More information about the Checkins mailing list