Skip to content

Commit

Permalink
Add default arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tnm committed Jul 13, 2012
1 parent 9d32e7d commit bf69dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pygments/mentos.py
Expand Up @@ -42,7 +42,7 @@ class Mentos(object):
def __init__(self):
pass

def return_lexer(self, args, inputs, code):
def return_lexer(self, args, inputs, code=None):
"""
Accepting a variety of possible inputs, return a Lexer object.
Expand Down

0 comments on commit bf69dce

Please sign in to comment.