Skip to content

Commit

Permalink
Update errata1-2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lanmie authored Jul 26, 2019
1 parent fcda5d0 commit 5d388db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion errata/errata1-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def validate_username(self, field):
| 14.3.4 P569 第一段正文下方的代码 | `app.logger.warning('A wraning message.')` | `app.logger.warning('A warning message.')` | 笔误 19.01.21 |
| 14.3.5 P572 代码块 wsgi.py 定义 | 导入语句补充 `import os` | 19.2.2 |
| P578 第 1 个附注段落 | GitHub的免费账户只能创建公开仓库,为此你可以考虑使用BitBucket(https://bitbucket.org),它提供不限数量的免费私有仓库。 | GitHub(https://github.com) 和 BitBucket(https://bitbucket.org) 均支持免费创建私有仓库,你可以在创建仓库时进行选择。 | 更新 19.3.5 |
| 14.4.6 P583 正文倒数第二段 |当使用反向代理服务器后,...... | | 多余,与 P581 正文第二段落重复 19.07.26|
| 16.5 P680 附注第2行 | Pocco风格指南 | Pocoo风格指南 | 笔误 19.01.21 |
| 16.4.2.1 P650 最后第2段正文第1行 | view_function | view_functions | 笔误 19.01.21 |
| 16.4.2.2 P653 代码清单16-15中的注释 | 出于 | 处于 | 笔误 19.01.21 |
Expand Down Expand Up @@ -333,4 +334,4 @@ from sayhello.models import Message
* P580 页面中部
* P584 页面中部
* P633 第1行
* P139 注意段落
* P139 注意段落

0 comments on commit 5d388db

Please sign in to comment.