Skip to content

Commit

Permalink
Update errara.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imyufanli authored and greyli committed Jan 5, 2019
1 parent d243139 commit c3e2c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions errata/errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
| 10.3.3 P453 代码清单10-13第二行中的methods参数 | `methods=['GET']` | `methods=['POST']` | 与实际项目不一致 18.12.28 |
| 10.3.5 P462 代码清单10-20倒数第4行 | `'username': item.author,` | `'username': item.author.username,` | 笔误 18.12.28 |
| 10.3.6.3 P468 ”处理错误响应“小节第1行 | app.error_handler | app.errorhandler | 笔误 |
| 11.1 P476 目录结构示意图 | | blueprints目录向左缩进一级 | 笔误 18.12.28 |
| 11.4.3.5 P503 代码清单11-11中多处 | `get['XXX']` | `get('XXX')` | 审校错误 |
| 11.5.1 P509 代码清单11-13第5行 | `position === 0&& socket.nsp` | `position === 0 && socket.nsp` | 审校错误。空格缺失 |
| 11.5.3 P513~P514 513页7处,514页8处 | | 所有的 Pyments 改为 Pygments,pyments 改为 pygments | 笔误 18.11.18 |
Expand Down

0 comments on commit c3e2c25

Please sign in to comment.