[CalendarServer-changes] [7424] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Tue May 10 06:23:56 PDT 2011


Revision: 7424
          http://trac.macosforge.org/projects/calendarserver/changeset/7424
Author:   exarkun at twistedmatrix.com
Date:     2011-05-10 06:23:56 -0700 (Tue, 10 May 2011)
Log Message:
-----------
Fix dict syntax usage example in Config class docstring

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/config.py

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2011-05-10 02:34:17 UTC (rev 7423)
+++ CalendarServer/trunk/twistedcaldav/config.py	2011-05-10 13:23:56 UTC (rev 7424)
@@ -36,7 +36,7 @@
     that reads an writes nicer in code.  For example:
       C{config.Thingo.Tiny.Tweak}
     instead of:
-      C{config.["Thingo"]["Tiny"]["Tweak"]}
+      C{config["Thingo"]["Tiny"]["Tweak"]}
     """
     def __init__(self, mapping=None):
         if mapping is not None:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110510/e9ed65fc/attachment.html>


More information about the calendarserver-changes mailing list