]> granicus.if.org Git - python/commit
SF bug #753602: random.sample not properly documented
authorRaymond Hettinger <python@rcn.com>
Fri, 13 Jun 2003 07:01:51 +0000 (07:01 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 13 Jun 2003 07:01:51 +0000 (07:01 +0000)
commitfdbe5223b7402ee34c4f0c06caa6faabd9e73e35
tree756f6566aa043a60d4d778458af1bcd2e35c7d51
parent43e559a15588dd1d8713734cd3d9476fde2e92b7
SF bug #753602:  random.sample not properly documented

The docs were fine but the "int=int" in the function call was both
ugly and confusing.  Moved it inside the body of the function definition.
Lib/random.py