Skip to content

Commit 1fb7990

Browse files
author
Matt Morrison
committed
Python (Monty)
1 parent 2164b90 commit 1fb7990

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ If you prefer to modify your own color scheme, here is a list of new/modified sc
3131
def myfunc(self, # gotta have self
3232
param1="value", # values are cool
3333
param2=True, # or False, whatever
34+
*args, # I'm here for an argument
3435
**kwargs): # you never know
3536
```
3637

0 commit comments

Comments
 (0)