Commit Graph

856 Commits

Author SHA1 Message Date
席刚
f0b94f8d93 修改别字
修改别字
2018-11-13 11:49:56 +08:00
席刚
637e126bb6 修改错别字
修改别字
2018-11-13 11:32:25 +08:00
XiongNeng
a5d62bd067 Merge pull request #248 from shispt/master
修正错别字
2018-11-05 23:02:09 +08:00
shispt
e0249c32d0 修正错别字 2018-11-05 15:12:48 +08:00
XiongNeng
2454ef3dba Merge pull request #247 from zkqiang/patch-1
修正 11.10 节的缩进
2018-11-01 19:05:13 +08:00
口可口可
9a5c5c4f60 修正 11.10 节的缩进 2018-11-01 14:25:48 +08:00
口可口可
99b16a7a19 修正 11.10 节的缩进 2018-11-01 14:21:14 +08:00
XiongNeng
fd8832b57f Merge pull request #246 from itpubs/master
更正错别字
2018-10-16 22:18:22 +08:00
张志亮
140f5e4cc0 更正错别字 2018-10-16 20:01:21 +08:00
XiongNeng
ca65c62109 Merge pull request #244 from wybcp/patch-1
Update p08_extending_property_in_subclass.rst
2018-09-18 22:28:43 +08:00
Riverside
0394a26ca5 Update p08_extending_property_in_subclass.rst
`值的` 改为 `值得`
2018-09-18 19:17:34 +08:00
XiongNeng
2269d1875e Merge pull request #243 from xiaocang/patch-1
Update p19_writing_recursive_descent_parser.rst
2018-09-05 23:24:29 +08:00
Johnny
e695deaa10 Update p19_writing_recursive_descent_parser.rst
fix: typo & some unsuitable translation
2018-09-05 15:45:29 +08:00
Xiong Neng
1c23af97bc update contributors 2018-09-03 14:45:28 +08:00
XiongNeng
08304536f1 Merge pull request #221 from AutuanLiu/patch-2
spelling mistake(minimum)
2018-07-14 12:28:53 +08:00
XiongNeng
402557a598 Merge pull request #239 from CNife/CNife
修正1.17中的dict拼写错误
2018-06-24 09:47:04 +08:00
CNife
6000400cf9 修正1.17中的dict拼写错误 2018-06-23 18:52:43 +08:00
Xiong Neng
7af90cb55e update readme 2018-06-15 10:07:29 +08:00
Xiong Neng
c240036cba update readme 2018-06-15 10:03:24 +08:00
XiongNeng
874c6d9965 Merge pull request #237 from et2010/fix-typo
Fix typos
2018-06-14 20:52:40 +08:00
James Wang
1ec7639db6 Fix typos
“只有”-->“只要”
“显示”-->“显式”
2018-06-14 09:57:51 +08:00
XiongNeng
29d075d20b Merge pull request #235 from YanYii/patch-1
Update p01_start_stop_thread.rst
2018-05-30 18:58:31 +08:00
YanYii
b005f946e0 Update p01_start_stop_thread.rst
fix: init param n, may be use
2018-05-29 17:04:36 +08:00
XiongNeng
92e50484aa Merge pull request #234 from xiao0yy/patch-1
修正p03_parsing_command_line_options.rst中的错别字
2018-05-24 11:23:39 +08:00
OnFr
0aaf5a4b66 修正p03_parsing_command_line_options.rst中的错别字
讲 -> 将
2018-05-24 10:56:42 +08:00
XiongNeng
4c532cf666 Merge pull request #233 from BowenFan/patch-1
译文表述调整
2018-05-12 17:40:37 +08:00
BowenFan
f640142d21 译文表述调整
仅修改了译文,使得译文更容易理解,更通顺。
2018-05-10 16:20:40 +08:00
XiongNeng
0e439029d1 Merge pull request #232 from sdygt/patch-1
Typo `picle` -> `pickle`
2018-05-07 22:25:47 +08:00
sdygt
055b0d8550 Typo picle -> pickle 2018-05-07 02:42:07 +08:00
XiongNeng
a399663ce3 Merge pull request #229 from olyzhang/patch-2
4.12 将“最为输入参数”改为“作为输入参数”
2018-04-18 22:40:30 +08:00
XiongNeng
26cd422f8e Merge pull request #228 from olyzhang/patch-1
2.14最后一段代码存在缩进错误
2018-04-18 22:40:15 +08:00
olyzhang
69ee3c1110 4.12 将“最为输入参数”改为“作为输入参数” 2018-04-15 21:52:27 +08:00
olyzhang
29c0b0b171 最后一段代码存在缩进错误
此处代码作用是字符串片段总长度超过maxsize后返回,进行下一次迭代,修改部分的作用是确保将循环剩余的字符串返回,缩进应该与for语句一致。
2018-04-15 11:13:31 +08:00
XiongNeng
791aa374b0 Merge pull request #227 from NeoLuk/master
"Hallo" --> "Hello"
2018-04-10 23:04:42 +08:00
Chi Chung Luk
65081cec6d Update p09_read_binary_data_into_mutable_buffer.rst
correct an typo in line 37 and 39
2018-04-10 23:01:20 +08:00
XiongNeng
b534eaaf72 Merge pull request #224 from baihu/patch-1
Update p07_specify_regexp_for_shortest_match.rst
2018-03-09 15:45:05 +08:00
baihu
b8b80a5e79 Update p07_specify_regexp_for_shortest_match.rst
row 19: str_pat = re.compile(r'\"(.*)\"')  should be str_pat = re.compile(r'"(.*)"')
row 36: str_pat = re.compile(r'\"(.*?)\"') should be str_pat = re.compile(r'"(.*?)"')

"\" just don't works.
2018-03-08 21:14:00 +08:00
XiongNeng
bec08b4cd1 Merge pull request #222 from nasyxx/patch-1
Update p16_reformat_text_to_fixed_number_columns.rst
2018-02-22 11:01:48 +08:00
Nasy
8dfe409ad0 Update p16_reformat_text_to_fixed_number_columns.rst
Update doc link from python3.3 to python3.6
2018-02-22 10:58:09 +08:00
AutuanLiu
9da916d5dd spelling mistake(minimum) 2018-02-01 22:48:50 +08:00
XiongNeng
a8471ca4fb Merge pull request #219 from syrte/patch-2
delete two redundant items
2018-01-30 09:29:53 +08:00
Syrtis Major
5e9de6afa1 delete two redundant items
删去重复的两行
2018-01-29 19:18:50 +08:00
yidao620
5a3e22d37f update aboutme 2018-01-12 09:38:56 +08:00
XiongNeng
fc3b417cf0 Merge pull request #218 from kyan001/patch-2
使代码范围正确
2017-12-25 19:18:48 +08:00
XiongNeng
cf3c9e35c5 Merge pull request #217 from kyan001/patch-1
你你的函数实现中 -> 在你的函数实现中
2017-12-25 19:18:38 +08:00
Kyan
2e5b8e60e1 使代码范围正确
去除了注释中错误的空格引入的范围错误
2017-12-25 16:05:24 +08:00
Kyan
82e3790349 你你的函数实现中 -> 在你的函数实现中
你你 -> 在你, typo fix
2017-12-25 15:42:50 +08:00
XiongNeng
80910ac83f Merge pull request #216 from kyan001/patch-1
"联系的内存区域" -> "连续的内存区域"
2017-12-21 09:41:16 +08:00
Kyan
94daf5921d "联系的内存区域" -> "连续的内存区域"
Typo fix
2017-12-20 17:10:20 +08:00
XiongNeng
f2bb9bebc1 Merge pull request #215 from basefas/patch-3
Update p06_map_keys_to_multiple_values_in_dict.rst
2017-12-20 15:37:20 +08:00