]> 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:52:58 +0000 (22:52 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 12 Sep 2013 05:52:58 +0000 (22:52 -0700)
commit37851d0e55b4f759dadf2ed6dc8ce7a28197e49f
treeaf2b2f890c150f0e4235b661db50e18c5a437690
parentb65685f3f22d66e4f99abccf56ec54cdcce36c04
Improve the docstring of random.shuffle. Inform users not to provide int arg.
Addresses issue #14927
Lib/random.py