]> granicus.if.org Git - python/commit
Use "x" instead of "i" for s.index and s.count entries in sequence ops table.
authorZachary Ware <zachary.ware@gmail.com>
Thu, 20 Mar 2014 16:00:29 +0000 (11:00 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 20 Mar 2014 16:00:29 +0000 (11:00 -0500)
commit163a214df8173f30889466d3b74d23e8b2dc78e7
tree208d95128122bffb175af965507532bd369511c3
parentc847bd707f55532500054cc2cca59f523996984b
Use "x" instead of "i" for s.index and s.count entries in sequence ops table.

Suggested by Bruce Esrig on docs@.
Doc/library/stdtypes.rst