]> granicus.if.org Git - python/commit
SF bug 590366: Small typo in listsort:ParseTuple
authorTim Peters <tim.peters@gmail.com>
Sat, 3 Aug 2002 02:28:24 +0000 (02:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 3 Aug 2002 02:28:24 +0000 (02:28 +0000)
commit6bdbc9e0b1d17e637236dc71b3fa775c23dd1d40
tree8601e496807ec96f189f5eba042c8f24afc39905
parent30e0beab6dc66ae2f2c393041476bae32b953ccb
SF bug 590366:  Small typo in listsort:ParseTuple
The PyArg_ParseTuple() error string still said "msort".  Changed to "sort".
Objects/listobject.c