Kaydet (Commit) db60d6e2 authored tarafından Brett Cannon's avatar Brett Cannon

Remove more '<>' usage.

üst 553a0296
......@@ -148,7 +148,7 @@ def checkarg(type, arg):
# N*argN
# N*retval
#
if rest[:1] <> '[' or rest[-1:] <> ']':
if rest[:1] != '[' or rest[-1:] != ']':
raise arg_error, ('subscript expected', rest)
sub = rest[1:-1]
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment