Jiuh-star
87fcd3a82d
Update p02_write_simple_c_extension_module.rst
2021-04-23 09:48:10 +08:00
XiongNeng
36a7c93c40
Merge pull request #327 from Vineyard-w/patch-1
...
Update p07_infinity_and_nan.rst
2020-08-02 21:41:34 +08:00
XiongNeng
9822dbda5c
Merge pull request #326 from distanters/patch-2
...
错别字
2020-08-02 21:41:13 +08:00
XiongNeng
037138813c
Merge pull request #325 from distanters/patch-1
...
dropwhile() 示例代码错误
2020-08-02 21:40:49 +08:00
XiongNeng
26ab1d8340
Merge pull request #320 from Jock2018/master
...
Update p03_keep_last_n_items.rst
2020-08-02 21:34:28 +08:00
XiongNeng
5cb110fd1c
Merge pull request #319 from tincochan/patch-1
...
修改单词拼错的小错误
2020-08-02 21:34:04 +08:00
XiongNeng
433d8e3d9c
Merge pull request #315 from woshihuo12/master
...
6.6 解析和修改XML 修改错别字
2020-08-02 21:31:45 +08:00
XiongNeng
a466647b2a
Merge pull request #314 from tinohean/patch-1
...
Update p09_find_commonalities_in_dicts.rst
2020-08-02 21:31:21 +08:00
XiongNeng
f26be39448
Merge pull request #313 from Everfighting/master
...
add python function indent
2020-08-02 21:31:03 +08:00
XiongNeng
511c0b40bf
Merge pull request #310 from vvtam/patch-2
...
Update p02_delegating_iteration.rst
2020-08-02 21:28:47 +08:00
XiongNeng
a0accc5105
Merge pull request #309 from vvtam/patch-1
...
Update p02_unpack_elements_from_iterables.rst
2020-08-02 21:28:25 +08:00
XiongNeng
7603cb41e3
Merge pull request #307 from domingo-dong/master
...
改了一个字
2020-08-02 21:28:10 +08:00
XiongNeng
52c91f2952
Merge pull request #306 from imhdx/master
...
修改错别字
2020-08-02 21:27:50 +08:00
XiongNeng
6295301207
Merge pull request #305 from Jiang-Hong/develop
...
some typos
2020-08-02 21:27:34 +08:00
Vineyard
2096cd3d6e
Update p07_infinity_and_nan.rst
...
改了一个错别字~
2020-07-11 16:56:47 +08:00
Will
b5a95480ae
错别字
...
Line 14:想 → 像
2020-07-02 16:43:57 +08:00
Will
092eaf6b20
dropwhile() 示例代码错误
...
第一次示例 LIne 44,应该是:
... for line in dropwhile(lambda line: line.startswith('#'), f):
而不是:
... for line in dropwhile(lambda line: not line.startswith('#'), f):
因为这里的目的是不显示 # 开头的文本
2020-07-02 14:25:08 +08:00
xiongneng
913ea87aea
update aboutme.rst
2020-05-04 00:36:04 +08:00
Jock2018
a54a3f9c12
Update p03_keep_last_n_items.rst
...
修改解决方案中:
“比如,下面的代码在多行上面做简单的文本匹配,
并返回匹配所在行的最后N行:”
为:
“比如,下面的代码在多行上面做简单的文本匹配,
并返回匹配所在行及其前面的N行:
”
原因是:个人感觉这样更接近于英文原文且更好理解。之前的译法,让我一开始理解为返回包括匹配行在内的最后N行,以为是匹配行之后的N行,实际上是之前的N行。
2020-04-04 09:46:23 +08:00
Tinc0ist
7da423aeda
修改单词拼错的小错误
2020-03-23 11:35:01 +08:00
woshihuo12
e85ae42d2a
8.6 创建可管理的属性 修正错别字
2020-02-22 10:06:06 +08:00
woshihuo12
9d124f4314
修正错别字
2020-02-22 09:40:28 +08:00
woshihuo12
54a2635927
6.9 编码和解码十六进制数 修改错别字
2020-02-15 18:45:12 +08:00
woshihuo12
dea2728c5b
6.6 解析和修改XML 修改错别字
2020-02-15 11:58:27 +08:00
everfight
a8ecf6e4f8
add indent
...
add indent
2020-01-20 16:17:45 +08:00
tinohean
821b6eda11
Update p09_find_commonalities_in_dicts.rst
...
移除多余的"寻"
移除"会"已保证语意通顺
2020-01-20 15:50:11 +08:00
everfight
7d45738e64
add python function indent
...
add python function indent
2020-01-20 15:44:08 +08:00
tam
ff20cb9cae
Update p02_delegating_iteration.rst
...
修改错别字
2019-12-10 10:01:54 +08:00
tam
2fe014d563
Update p02_unpack_elements_from_iterables.rst
...
修改错别字
2019-12-09 15:19:56 +08:00
domingo-dong
d0fdd02ab9
改了一个字
2019-11-16 09:32:47 +08:00
imhdx
d9e17507f7
修改错别字
2019-11-12 19:09:16 +08:00
Hjiang
dc9b247a5e
也几点->也有几点
2019-11-05 23:50:05 +08:00
Hjiang
d5ab7a068c
fix some typos
2019-11-02 02:03:10 +08:00
XiongNeng
01d3afe4af
Merge pull request #303 from ronghuaxueleng/master
...
第二章第五节搜索和替换中补充命名分组的替换写法
2019-10-24 11:45:57 +08:00
曹强
33594bffa5
第二章第五节搜索和替换中补充命名分组的替换写法
2019-10-20 20:56:22 +08:00
brant-ruan
c8c5bd25d7
Update p13_determine_last_friday_date.rst
...
translate `last` as `the day before`, not `the final`.
2019-09-30 15:29:46 +08:00
XiongNeng
1a36df21bb
Merge pull request #297 from bilikyar/patch-1
...
修改错别字
2019-08-18 22:03:34 +08:00
XiongNeng
6b74c23bd9
Merge pull request #295 from linchiwei123/patch-1
...
小修改
2019-08-13 11:22:19 +08:00
tohti bilikyar
10dcd591a6
修改错别字
2019-07-31 17:43:03 +08:00
chenke23
481c358ba4
Update p01_interact_with_http_services_as_client.rst
2019-07-24 14:40:37 +08:00
linchiwei123
5f067490f6
小修改
2019-07-23 17:00:18 +08:00
terry
969150baee
Update p12_using_decorators_to_patch_class_definitions.rst
...
This word '系' is surplus is here,so delete it.
2019-06-30 18:42:51 +08:00
terry
45ee30224a
Update p20_call_method_on_object_by_string_name.rst
...
change 两部 to 两步
2019-06-29 10:51:26 +08:00
Zhang Peng
622290a7a5
修改部分翻译
2019-06-19 17:43:13 +08:00
XiongNeng
ee37a13fe6
Merge pull request #289 from qianmosolo/master
...
修改8.25 get_spam格式
2019-05-18 22:09:38 +08:00
chim
4de0abd467
修改8.25 get_spam格式
2019-05-13 11:26:43 +08:00
Flynnon
81ed041dec
Update p06_calling_python_from_c.rst
2019-05-08 23:55:38 +08:00
XiongNeng
6fd2af4ed2
Merge pull request #286 from fanhengyuan/patch-1
...
Update p12_sanitizing_clean_up_text.rst
2019-05-08 15:32:40 +08:00
Fan Hengyuan
001211c116
Update p12_sanitizing_clean_up_text.rst
...
spelling mistakes
2019-05-08 12:00:16 +08:00
Flynnon
e01a06f337
Update p14_make_your_program_run_faster.rst
2019-05-05 00:16:35 +08:00