Skip to content

Commit

Permalink
Add more erratas
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Dec 17, 2018
1 parent 3e8c78e commit 859f479
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 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/11/28
最后更新:2018/12/17

## 贡献指南

Expand Down Expand Up @@ -112,6 +112,7 @@
| 8.7.2.2 |P294 | 代码清单8-45代码块下正文第1行 | `Ture` | `True` | 笔误 | 18.12.6 |
| 9.1.1 | P302 | 9.1.2 标题上面的代码块 | `bluelog` | `myapp` | 笔误 | 18.12.6 |
| 9.3.3 | P315 | 代码清单9-8下的正文第2段第2行(纸书该页最后1行) | `auth.resend_confirmation` | `auth.resend_confirm_email` | 笔误 | 18.11.5 |
| 9.5.3 | P334 | 9.6 小节上面的代码块最后一行模板字符串 | `home/upload.html` | `main/upload.html` | 遗留代码未更新 | 18.12.17 |
| 9.5.3 | P334 | 代码清单9-19后面的代码块倒数第二行 | `photo.save()` | `db.session.add(photo) 换行 db.session.commit()` | 遗留代码未更新 | 18.10.27 |
| 10.3.6.3 | P468 | ”处理错误响应“小节第1行 | app.error_handler | app.errorhandler | 笔误 |
| 11.4.3.5 | P503 | 代码清单11-11中多处 | `get['XXX']` | `get('XXX')` | 审校错误 |
Expand Down Expand Up @@ -182,6 +183,8 @@
| 9.3.2.1 | P312 | 第二个代码块上正文倒数第1行 | Operations字典中 | Operations类中| 笔误 | 18.12.10 |
| 9.3.2.2 | P314 | 代码清单9-6代码块最后1行 | `url_for ('.reset_confirmation')` | `url_for ('.reset_confirm_email')`| 笔误 | 18.12.12 |
| 9.4.4 | P324 | 代码清单9-14代码块第4-5行 || 两处均向左缩进 4 格 | 排版错误 | 18.12.10 |
| 9.5.3 | P334 | 9.6 小节上面的代码块 | | 代码中的 400 和 800 分别替换为配置变量 `current_app.config['ALBUMY_PHOTO_SIZE']['small']``current_app.config['ALBUMY_PHOTO_SIZE']['medium']` | 遗留代码 | 18.12.17 |
| 9.7.1 | P340 | 代码清单 9-24 第 2 处注释 | 主要 | 主页 | 笔误 | 18.12.17 |
| 9.8.2 | P360 | 代码清单9-41代码块上访正文倒数第3行 | 实际动作是有用户做出的| 实际动作是由用户做出的| 笔误 | 18.12.10 |
| 9.8.3 | P363 | 代码清单9-45代码块倒数第6行 | `{% if collections %}` |`{% if collects %}`| 笔误 | 18.12.10 |
| 9.10.1 | P379 | 代码清单9-59下面的代码块 | | 第2行向右缩进1格,第3行向左缩进,和第2行对齐。 | 排版错误 | 18.11.18 |
Expand Down
3 changes: 3 additions & 0 deletions errata/errata1-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
| 9.3.2.1 | P312 | 第二个代码块上正文倒数第1行 | Operations字典中 | Operations类中| 笔误 | 18.12.10 |
| 9.3.2.2 | P314 | 代码清单9-6代码块最后1行 | `url_for ('.reset_confirmation')` | `url_for ('.reset_confirm_email')`| 笔误 | 18.12.12 |
| 9.4.4 | P324 | 代码清单9-14代码块第4-5行 || 两处均向左缩进 4 格 | 排版错误 | 18.12.10 |
| 9.5.3 | P334 | 9.6 小节上面的代码块最后一行模板字符串 | `home/upload.html` | `main/upload.html` | 遗留代码未更新 | 18.12.17 |
| 9.5.3 | P334 | 9.6 小节上面的代码块 | | 代码中的 400 和 800 分别替换为配置变量 `current_app.config['ALBUMY_PHOTO_SIZE']['small']``current_app.config['ALBUMY_PHOTO_SIZE']['medium']` | 遗留代码 | 18.12.17 |
| 9.7.1 | P340 | 代码清单 9-24 第 2 处注释 | 主要 | 主页 | 笔误 | 18.12.17 |
| 9.8.2 | P360 | 代码清单9-41代码块上访正文倒数第3行 | 实际动作是有用户做出的| 实际动作是由用户做出的| 笔误 | 18.12.10 |
| 9.8.3 | P363 | 代码清单9-45代码块倒数第6行 | `{% if collections %}` |`{% if collects %}`| 笔误 | 18.12.10 |
| 9.11.2 | P388| 最后一行 | 渲染avatar.html模板 |渲染change_avatar.html模板| 笔误 | 18.12.10 |
Expand Down

0 comments on commit 859f479

Please sign in to comment.