summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c2d6c8)
raw | patch | inline | side by side (parent: 5c2d6c8)
author | neaj <neaj@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 19 Jun 2003 13:51:49 +0000 (13:51 +0000) | ||
committer | neaj <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 | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index 0a6fc53a61f444590c6f4e3365408c879aea2fc3..5e10fca525c3ea18795be6ebf7ab99c53f0ccc54 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
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
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::