]> granicus.if.org Git - python/commit
Mistakes in the "sequence types" page:
authorArmin Rigo <arigo@tunes.org>
Thu, 4 Nov 2004 11:29:09 +0000 (11:29 +0000)
committerArmin Rigo <arigo@tunes.org>
Thu, 4 Nov 2004 11:29:09 +0000 (11:29 +0000)
commit80adba6873a9d732108155c26c21a34f373bceb8
treeab70ee9748d801407ff52adb061bad9566df1b73
parent99e5ce5cf4c19d908f919825014141b529f238bf
Mistakes in the "sequence types" page:

* explanation for example with lists of lists made confusing use of
  the word "contains" to mean "is built out of".

* wrong formula for slices with step.  Is it ok to use LaTeX formulas
  (which become images in the html document)?  This version needs one
  because it's based on a fraction.  Just writing "\code{(j-i)/k}" here would
  be ambiguous because it looks like a rounding-down-to-the-previous-integer
  division, which is not what we need here.  Of course we could write
  "\code{float(j-i)/k}" but it just looks confusing.
Doc/lib/libstdtypes.tex