diff doc/customizing.txt @ 2911:ca6206cc74d9

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Mon, 15 Nov 2004 00:09:12 +0000
parents 5c0e5abcb5e3
children c75a19894d3e
line wrap: on
line diff
--- a/doc/customizing.txt	Sun Nov 14 23:30:43 2004 +0000
+++ b/doc/customizing.txt	Mon Nov 15 00:09:12 2004 +0000
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.153 $
+:Version: $Revision: 1.155 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -55,7 +55,7 @@
 The ``config.ini`` located in your tracker home contains the basic
 configuration for the web and e-mail components of roundup's interfaces.
 
-The followin taken from the `Python Library Reference`__ (May 20, 2004)
+The following is taken from the `Python Library Reference`__ (May 20, 2004)
 section "ConfigParser -- Configuration file parser":
 
  The configuration file consists of sections, led by a "[section]" header
@@ -68,10 +68,11 @@
  For example::
 
    [My Section]
-   foodir: %(dir)s/whatever
-   dir=frob
-
- would resolve the "%(dir)s" to the value of "dir" ("frob" in this case).
+   foodir = %(dir)s/whatever
+   dir = frob
+
+ would resolve the "%(dir)s" to the value of "dir" ("frob" in this case)
+ resulting in "foodir" being "frob/whatever".
 
 __ http://docs.python.org/lib/module-ConfigParser.html
 

Roundup Issue Tracker: http://roundup-tracker.org/