Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 13, 2016
1 parent e5c02b5 commit c234dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ if __name__ == "__main__":
quorum.run()
```

Creation of background callbables, that will execute every one second in a separate thread
Creation of background callabbles, that will execute every one second in a separate thread

```python
@quorum.background(timeout = 1.0)
def hello_recursive():
print "hello word"
print("hello word")
```

## Building
Expand Down

0 comments on commit c234dfe

Please sign in to comment.