[py-configparser-cvs] r41 - public_html

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Tue Jun 10 20:50:45 UTC 2008


Author: ehuelsmann
Date: Tue Jun 10 16:50:45 2008
New Revision: 41

Modified:
   public_html/api-docs.shtml
Log:
Another XHTML compliance fix.

Modified: public_html/api-docs.shtml
==============================================================================
--- public_html/api-docs.shtml	(original)
+++ public_html/api-docs.shtml	Tue Jun 10 16:50:45 2008
@@ -53,7 +53,7 @@
 
 <dl>
 <dt class="sym"><span class="function-name">make-config</span>
-       &key default sections option-name-transform-fn
+       &key default sections option-name-transform-fn
             section-name-transform-fn => config</dt>
 
 <dd>
@@ -114,7 +114,7 @@
 
 <dt class="sym">
 <span class="function-name">get-option</span> config section-name
-              option-name &key expand defaults type => value</dt>
+              option-name &key expand defaults type => value</dt>
 <dd><p>Returns the value of the specified option with type "type",
   if specified.  Values which contain interpolations are expanded by default,
   but this behaviour can be turned off by passing NIL for "expand".
@@ -138,7 +138,7 @@
 
 <dt class="sym">
 <span class="function-name">items</span> config section-name
-   &key expand defaults => alist</dt>
+   &key expand defaults => alist</dt>
 <dd><p>Returns an alist of items of the specified section of the given config
    object. By default, values are expanded, using "defaults" when
    given.  The format of defaults is the same as for get-option.</p>
@@ -173,7 +173,7 @@
 
 <dt class="sym">
 <span class="function-name">read-stream</span> config stream
-   &key stream-name => config</dt>
+   &key stream-name => config</dt>
 <dd><p>Returns the config object with the sections and options read from
    the stream overwriting any pre-existing values.</p>
    <p>All characters on the stream are read.  If an error occurs,



More information about the Py-configparser-cvs mailing list