wechaty / python-wechaty

Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python
https://wechaty.readthedocs.io/zh_CN/latest/
Apache License 2.0
1.55k stars 229 forks source link

fix:注释的错误 #325

Closed Gary2018X closed 2 years ago

Gary2018X commented 2 years ago

fix:注释的错误 删除群成员和机器人退群注释优化

wj-Mcat commented 2 years ago

Thanks for your contirbution for wrong docstring description. As you can see, there are some more to be modified so as to make module more readable. Here are my requests :

Hope that you can help us imporve the python-wechaty. Thanks all.

codecov[bot] commented 2 years ago

Codecov Report

Merging #325 (8db3985) into master (68a1497) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #325   +/-   ##
=======================================
  Coverage   40.02%   40.02%           
=======================================
  Files          26       26           
  Lines        1914     1914           
=======================================
  Hits          766      766           
  Misses       1148     1148           
Flag Coverage Δ
unittests 40.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/wechaty/user/room.py 42.02% <ø> (ø)
wj-Mcat commented 2 years ago

I found that you have post three prs to fix the docs related issues. It's the great improvement for python-wechaty. But I think both of them should be in the ONE pr and let's go ahead to make docs more friendly and readable. How do you think about it?