Code

Fixed typo ('util' -> 'utils')
authorneaj <neaj@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 19 Jun 2003 13:51:49 +0000 (13:51 +0000)
committerneaj <neaj@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 19 Jun 2003 13:51:49 +0000 (13:51 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1739 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/customizing.txt

index 0a6fc53a61f444590c6f4e3365408c879aea2fc3..5e10fca525c3ea18795be6ebf7ab99c53f0ccc54 100644 (file)
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.87 $
+:Version: $Revision: 1.88 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -1476,7 +1476,7 @@ Batching
 Use Batch to turn a list of items, or item ids of a given class, into a series
 of batches. Its usage is::
 
-    python:util.Batch(sequence, size, start, end=0, orphan=0, overlap=0)
+    python:utils.Batch(sequence, size, start, end=0, orphan=0, overlap=0)
 
 or, to get the current index batch::