File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.153 $
5+ :Version: $Revision: 1.155 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -55,7 +55,7 @@ Tracker Configuration
5555The ``config.ini`` located in your tracker home contains the basic
5656configuration for the web and e-mail components of roundup's interfaces.
5757
58- The followin taken from the `Python Library Reference`__ (May 20, 2004)
58+ The following is taken from the `Python Library Reference`__ (May 20, 2004)
5959section "ConfigParser -- Configuration file parser":
6060
6161 The configuration file consists of sections, led by a "[section]" header
@@ -68,10 +68,11 @@ section "ConfigParser -- Configuration file parser":
6868 For example::
6969
7070 [My Section]
71- foodir: %(dir)s/whatever
72- dir= frob
71+ foodir = %(dir)s/whatever
72+ dir = frob
7373
74- would resolve the "%(dir)s" to the value of "dir" ("frob" in this case).
74+ would resolve the "%(dir)s" to the value of "dir" ("frob" in this case)
75+ resulting in "foodir" being "frob/whatever".
7576
7677__ http://docs.python.org/lib/module-ConfigParser.html
7778
You can’t perform that action at this time.
0 commit comments