[CalendarServer-changes] [11965] CalendarServer/trunk/twext/who/index.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:22:01 PDT 2014


Revision: 11965
          http://trac.calendarserver.org//changeset/11965
Author:   wsanchez at apple.com
Date:     2013-11-18 17:56:41 -0800 (Mon, 18 Nov 2013)
Log Message:
-----------
Test structure cleanup

Modified Paths:
--------------
    CalendarServer/trunk/twext/who/index.py

Modified: CalendarServer/trunk/twext/who/index.py
===================================================================
--- CalendarServer/trunk/twext/who/index.py	2013-11-19 01:56:11 UTC (rev 11964)
+++ CalendarServer/trunk/twext/who/index.py	2013-11-19 01:56:41 UTC (rev 11965)
@@ -62,7 +62,7 @@
 
     Each indexed field has a top-level key in the index and in turn contains
     a dictionary in which keys are field values, and values are directory
-    records which have a matching field value for the cooresponding key:
+    records which have a matching field value for the cooresponding key::
 
         {
             <FieldName1>: {
@@ -73,7 +73,7 @@
         }
 
     Here is an example index for a service with a three user records and one
-    group record:
+    group record::
 
         {
             <FieldName=uid>: {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/3a4459e6/attachment.html>


More information about the calendarserver-changes mailing list