Skip to content

Commit

Permalink
Update doc: *args and **kwargs are supported
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=89410166
  • Loading branch information
laurentlb authored and hanwen committed Mar 24, 2015
1 parent 3271d46 commit 03bad46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/skylark/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ The following Python features are not supported:
* `while`, `yield`, `break`, `continue`
* `lambda`
* `try`, `raise`, `except`, `finally` (see `fail` for fatal errors).
* `*args`, `**kwargs`
* most builtin functions, most methods


0 comments on commit 03bad46

Please sign in to comment.