Skip to content

Commit

Permalink
Add errata in 4.4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Oct 18, 2018
1 parent c7d53ad commit c9e7c9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion errata/errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

下面是《Flask Web开发实战》的勘误信息。我在helloflask.com上创建了一个镜像勘误页面,阅读体验更好,请访问 http://helloflask.com/book/errata 查看。

最后更新:2018/10/6
最后更新:2018/10/18

## 贡献指南

Expand Down Expand Up @@ -73,6 +73,8 @@
| 4.3.1 | P112 | 第1个代码块后第1行 | 3000 | 2000 | 笔误,不同的浏览器对于URL有不同的长度限制,此处的长度为“最佳实践” |
| 4.3.3 | P117 | 代码清单4-7第4行 | `form.username()` | `form.username` | 笔误。此处的括号可有可无,去掉以保持风格上的统一 | 18.9.24 |
| 4.4.4.1 | P123 | 代码清单4-13第1行 | `flask wtf` | `flask_wtf` | 审校错误 | 18.9.24 |
| 4.4.4.4 | P128 | 第2个代码块 | | 第3行代码缺少右侧关闭括号 | 笔误 | 18.10.18 |
| 4.4.4.4 | P128 | 代码清单4-16 | | “检查文件类型”注释下第一行多余缩进4格 | 笔误 | 18.10.18 |
| 5.4.1.1 | P147 | 第1个代码块第4行 | `'DON'T BELIEVE……'` | `'DON\'T BELIEVE……'` | 代码错误,字符串漏掉了转义符号 |
| 5.4.1.2 | P150 | 表5-7下的第1个代码块 | `Note.body='SHAVE'` | `Note.body == 'SHAVE'` | 代码错误,少了1个等于号 | 18.9.22 |
| 5.5.2.4 | P162 | 代码清单5-11第8行 | `title = ` | `name = ` | 笔误 | 18.9.26 |
Expand Down

0 comments on commit c9e7c9d

Please sign in to comment.