]> granicus.if.org Git - python/commit
Correct what was intended to be a single-tuple to just be a != check.
authorBrian Curtin <brian.curtin@gmail.com>
Wed, 31 Mar 2010 17:36:09 +0000 (17:36 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Wed, 31 Mar 2010 17:36:09 +0000 (17:36 +0000)
commitfe4900c0bc477479b24c5bb374984d6a873a3db7
treeec895de0b527e739854d6ae208995000f7b6e7d4
parentfcc500ebc4a6d93a2d610666aa37ece2663b8e22
Correct what was intended to be a single-tuple to just be a != check.
Thanks to Éric Araujo for noticing that.
Lib/pydoc.py