Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
piccolbo committed Sep 27, 2018
1 parent 0e54478 commit 65de1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ Features
* 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::

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

for more free-form APIs.
* Open source (BSD license)
Expand Down

0 comments on commit 65de1c2

Please sign in to comment.