Skip to content

Commit 45043c3

Browse files
committed
== != in
1 parent e28a1cf commit 45043c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ def p_key(self):
13351335
self.write2file()
13361336
return ''
13371337

1338-
elif self.c == key_dispatch[OPTS.pastebin_key]:
1338+
elif self.c in key_dispatch[OPTS.pastebin_key]:
13391339
self.pastebin()
13401340
return ''
13411341

0 commit comments

Comments
 (0)