Remove unfinished sentence (quixote/doc/upgrading.txt)

Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Fri, 03 Jan 2003 14:31:34 -0500
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Update of /home/cvs/quixote/doc
In directory hewson:/tmp/cvs-serv13972

Modified Files:
	upgrading.txt 
Log Message:
Remove unfinished sentence

Index: upgrading.txt
===================================================================
RCS file: /home/cvs/quixote/doc/upgrading.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- upgrading.txt	2 Jan 2003 18:48:17 -0000	1.3
+++ upgrading.txt	3 Jan 2003 19:31:32 -0000	1.4
@@ -42,8 +42,8 @@
 and ``descriptions`` must not be supplied.
 
 The ``options`` argument, if present, must be a list of tuples with
-1,2, or 3 elements.  3-tuples must be of the form ``(value:any,
-description:any, key:string)``; 1- and 2-tuples 
+1,2, or 3 elements, of the form ``(value:any, description:any,
+key:string)``.
 
     * ``value`` is the object that will be returned if the user chooses 
       this item, and must always be supplied.