]> granicus.if.org Git - python/commit
Improve the docstring of random.shuffle. Inform users not to provide int arg.
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 12 Sep 2013 05:54:31 +0000 (22:54 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 12 Sep 2013 05:54:31 +0000 (22:54 -0700)
commitf8ce51ab1636ba0c36d0a5e31a1b04f8016035a1
tree4f9e768de23b248197a9c0580a9124ef6afaec64
parentb9183950d80b42cf7d37a82f5a58e5561355e177
Improve the docstring of random.shuffle. Inform users not to provide int arg.
Addresses issue #14927
Lib/random.py