Skip to content

Commit

Permalink
笔误错误
Browse files Browse the repository at this point in the history
笔误错误
  • Loading branch information
h3l committed Nov 5, 2014
1 parent 6ba8ca9 commit aa46280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh/6-advanced_patterns_for_views_and_routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Flask-Login使得用户认证系统的实现不再困难。
下面是从一个用到Flask-Login和`@login_required`装饰器的一个示范应用中获取的例子:

```
from Flask import render_template
from flask import render_template
from flask.ext.login import login_required, current_user
Expand Down

0 comments on commit aa46280

Please sign in to comment.