Skip to content

Commit

Permalink
forgot to start code block
Browse files Browse the repository at this point in the history
  • Loading branch information
piccolbo committed Sep 27, 2018
1 parent 97615b3 commit 0e54478
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ Features
* Define reusable signatures as ordered maps from names to parameters.
* Combine signatures to create complex ones on top of simple ones.
* Decorate functions with their signatures. Enforced at load time. Conversion and validation logic executed at call time.
* Not hot about signatures? You can just use parameters as in
* Not hot about signatures? You can just use parameters as in::

@autosig
def reduce(function = param(...), iterable=param(...)):

Expand Down

0 comments on commit 0e54478

Please sign in to comment.