support named args
This commit is contained in:
parent
64fc2593aa
commit
4f078df612
@ -4,4 +4,7 @@ How to use Glue
|
||||
>>> from glue import glue
|
||||
>>> print glue("any","number","of","things","together")
|
||||
any number of things together
|
||||
|
||||
>>> print glue("any","number","of","things","together",where="anywhere")
|
||||
any number of things together anywhere
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user