luckydonald / pytg

Python package that wraps around Telegram messenger CLI. Send and receive messages, and more.
MIT License
369 stars 76 forks source link

docs: Fix a few typos #139

Open timgates42 opened 3 years ago

timgates42 commented 3 years ago

There are small typos in:

Fixes:

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

luckydonald commented 3 years ago

It ain't "init.py" but "__init__.py". Do your markdown escaping, sigh.

luckydonald commented 3 years ago

Also those fixes should be per file, that makes it much easier to understand and triage