http://hg.viff.dk/viff/rev/d5741e841ccc changeset: 1160:d5741e841ccc user: Mikkel Krøigård <[email protected]> date: Tue Apr 14 23:07:13 2009 +0200 summary: Typo.
Part of this patch: http://lists.viff.dk/pipermail/viff-patches-viff.dk/2008-October/000053.html Committed by Martin Geisler. diffstat: 1 file changed, 1 insertion(+), 1 deletion(-) viff/runtime.py | 2 +- diffs (12 lines): diff -r a8206d017f43 -r d5741e841ccc viff/runtime.py --- a/viff/runtime.py Tue Apr 14 23:05:41 2009 +0200 +++ b/viff/runtime.py Tue Apr 14 23:07:13 2009 +0200 @@ -670,7 +670,7 @@ ``int`` tells us how many items of pre-processed data the :class:`Deferred` will yield. - - The Deferred must yield a list of the promissed length. + - The Deferred must yield a list of the promised length. - The list contains the actual data. This data can be either a Deferred or a tuple of Deferreds. _______________________________________________ viff-commits mailing list [email protected] http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk
