Skip to content

Commit ce40edc

Browse files
author
Jean Jordaan
committed
Fixed typo ('util' -> 'utils')
1 parent 0e14476 commit ce40edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/customizing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Customising Roundup
33
===================
44

5-
:Version: $Revision: 1.87 $
5+
:Version: $Revision: 1.88 $
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
@@ -1476,7 +1476,7 @@ Batching
14761476
Use Batch to turn a list of items, or item ids of a given class, into a series
14771477
of batches. Its usage is::
14781478

1479-
python:util.Batch(sequence, size, start, end=0, orphan=0, overlap=0)
1479+
python:utils.Batch(sequence, size, start, end=0, orphan=0, overlap=0)
14801480

14811481
or, to get the current index batch::
14821482

0 commit comments

Comments
 (0)