XiongNeng
7f45076ad8
Merge pull request #348 from jumploop/patch-1
...
Update p15_interpolating_variables_in_strings.rst
2022-02-01 12:10:50 +08:00
XiongNeng
507b0d40fd
Merge pull request #347 from sundyloveme/patch-1
...
修改错字
2022-02-01 12:10:34 +08:00
XiongNeng
a8665fd3b1
Merge pull request #345 from Jiuh-star/master
...
Update p02_write_simple_c_extension_module.rst
2022-02-01 12:10:22 +08:00
XiongNeng
5ff1c2ddc2
Merge pull request #344 from zlu27/developer
...
Update Chapter 01
2022-02-01 12:10:00 +08:00
XiongNeng
f4498a884a
Merge pull request #340 from Alexcn/patch-2
...
Update p25_creating_cached_instances.rst
2022-02-01 12:09:49 +08:00
XiongNeng
702a09ed80
Merge pull request #339 from timgates42/bugfix_typo_undefined
...
docs: fix simple typo, undifined -> undefined
2022-02-01 12:09:35 +08:00
XiongNeng
e7fd68b602
Merge pull request #336 from xiongnemo/patch-1
...
Update p02_creating_tcp_server.rst
2022-02-01 12:09:08 +08:00
XiongNeng
e10c50cb6f
Merge pull request #334 from khalane1221/master
...
Doc_Update
2022-02-01 12:08:53 +08:00
XiongNeng
b79ca676e3
Merge pull request #333 from hieast/patch-2
...
Update p12_patching_modules_on_import.rst
2022-02-01 12:08:38 +08:00
XiongNeng
05b0c740c8
Merge pull request #332 from hieast/patch-1
...
Update p21_avoid_repetitive_property_methods.rst
2022-02-01 12:08:18 +08:00
XiongNeng
147eb51d3a
Merge pull request #330 from ckkbupt/patch-1
...
Update p06_create_managed_attributes.rst
2022-02-01 12:07:54 +08:00
一叶知秋
69850e4962
Update p15_interpolating_variables_in_strings.rst
...
'%(name) has %(n) messages.' % vars()格式化错误,应该是'%{name} has %{n} messages.' % vars()
2021-06-05 21:32:09 +08:00
Sundy.Lee
2c7cc8f6a3
修改错字
2021-04-26 16:42:31 +08:00
Jiuh-star
87fcd3a82d
Update p02_write_simple_c_extension_module.rst
2021-04-23 09:48:10 +08:00
zlu27
779ae8a90d
Update c03 p14
2021-02-20 02:07:16 -06:00
zlu27
db9cee3125
文本润色
2021-02-19 22:43:15 -06:00
zlu27
8a316e4fdd
Chapter 1
2021-02-17 23:51:35 -06:00
zlu27
461583634b
文本润色
2021-02-17 00:15:03 -06:00
zlu27
f875801c8f
文本润色
2021-02-17 00:14:44 -06:00
Alex
083da2c930
Update p25_creating_cached_instances.rst
...
修改错别字
2020-12-23 16:03:32 +08:00
Tim Gates
f61250a834
docs: fix simple typo, undifined -> undefined
...
There is a small typo in cookbook/c03/p07_inf_nan.py.
Should read `undefined` rather than `undifined`.
2020-12-22 22:53:37 +11:00
Nemo Xiong
8aeda1b9d9
Update p02_creating_tcp_server.rst
...
文本:奔溃 -> 崩溃
2020-10-28 18:50:13 +08:00
xiongneng
a9cd77b989
update README.md
2020-10-17 23:40:52 +08:00
Mr_Khalane_1221
d4a5d68603
Update README.md
2020-10-01 00:09:23 +05:30
Hieast
e764ca76da
Update p12_patching_modules_on_import.rst
...
错别字纠正
2020-09-01 22:54:59 +08:00
Hieast
4280356362
Update p21_avoid_repetitive_property_methods.rst
...
fix misspell
2020-08-31 21:51:15 +08:00
ckkbupt
7e3a7e7ba1
Update p06_create_managed_attributes.rst
2020-08-20 12:12:11 +08:00
xiongneng
f67d542343
remove useless description
2020-08-02 21:45:36 +08:00
XiongNeng
5006aeb02c
Merge pull request #328 from Vineyard-w/patch-2
...
Update p07_infinity_and_nan.rst
2020-08-02 21:42:09 +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
XiongNeng
4e8cb251f2
Merge pull request #302 from hackman047/master
...
(for beginner friendly purpose)Added some more description in README.md
2020-08-02 21:26:40 +08:00
Vineyard
53849a3e87
Update p07_infinity_and_nan.rst
...
修改了一个错别字~
2020-07-11 16:58:17 +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