From: neaj Date: Thu, 19 Jun 2003 13:51:49 +0000 (+0000) Subject: Fixed typo ('util' -> 'utils') X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e352599ce1e087a2f38d011225b4df4d17aded1d;p=roundup.git Fixed typo ('util' -> 'utils') git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1739 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/customizing.txt b/doc/customizing.txt index 0a6fc53..5e10fca 100644 --- a/doc/customizing.txt +++ b/doc/customizing.txt @@ -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::