Skip to content

Commit

Permalink
simplified text
Browse files Browse the repository at this point in the history
  • Loading branch information
tsilva committed Dec 3, 2014
1 parent a6846e9 commit 43d3c9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/access_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def forbidden_code(self, error):
return self.redirect("base.signin")
```

In order to allow only some of the authenticated users, use the `@ensure` decorator instead:
In order to allow access to only some of the authenticated users,
use the `@ensure` decorator instead:

```python
@appier.route("/", "GET")
Expand Down

0 comments on commit 43d3c9c

Please sign in to comment.